Update toy_document_fr.Rmd

parent bd991598
# A propos du calcul de pi ---
***Arnaud Legrand*** title: "A propos du calcul de pi"
***25 juin 2018*** author: "Arnaud Legrand"
date: "25 juin 2018"
output: html_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## En demandant à la lib maths ## En demandant à la lib maths
...@@ -33,4 +40,3 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta ...@@ -33,4 +40,3 @@ Il est alors aisé d'obtenir une approximation (pas terrible) de $\pi$ en compta
```{r} ```{r}
4*mean(df$Accept) 4*mean(df$Accept)
``` ```
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