Update toy_document_fr.Rmd

parent 2a2f65c1
......@@ -14,6 +14,7 @@ Mon ordinateur m'indique que $\pi$ vaut *approximativement*
```{r}
pi
print(pi)
```
# En utilisant la méthode des aiguilles de Buffon
......@@ -24,6 +25,7 @@ N = 100000
x = runif(N)
theta = pi/2*runif(N)
2/(mean(x+sin(theta)>1))
```
# 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