Update toy_document_fr.Rmd

parent c18056f4
---
title: "À propos du calcul de pi" title: "À propos du calcul de pi"
author: _Arnaud Legrand_ author: "Ilya Meignan--Masson"
date: _25 juin 2018_ date: "2022-10-17"
output: html_document output: html_document
--- ---
## En demandant à la lib maths ## En demandant à la lib maths
Mon ordinateur m’indique que $\pi$ vaut *approximativement* Mon ordinateur m’indique que $\pi$ vaut *approximativement*
...@@ -46,4 +48,3 @@ Il est alors aisé d’obtenir une approximation (pas terrible) de $\pi$ en comp ...@@ -46,4 +48,3 @@ Il est alors aisé d’obtenir une approximation (pas terrible) de $\pi$ en comp
```{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