Update toy_document_fr.Rmd

parent 6f3398ca
...@@ -20,11 +20,11 @@ pi ...@@ -20,11 +20,11 @@ pi
Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ : Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ :
```{r} ```{r}
set.seed(42) set.seed(42)
N = 100000 N = 100000
x = runif(N) x = runif(N)
theta = pi/2*runif(N) theta = pi/2*runif(N)
2/(mean(x+sin(theta)>1)) 2/(mean(x+sin(theta)>1))
``` ```
## Avec un argument "fréquentiel" de surface ## Avec un argument "fréquentiel" de surface
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment