diff --git a/module2/exo1/toy_document_orgmode_R_fr.org b/module2/exo1/toy_document_orgmode_R_fr.org index cd5e29c9af7990d544fb94f9f4e0095f2e7d2641..c70e4e09ab29a0b752ed61454c6c985f9e4ee933 100644 --- a/module2/exo1/toy_document_orgmode_R_fr.org +++ b/module2/exo1/toy_document_orgmode_R_fr.org @@ -57,7 +57,7 @@ ggplot(df, aes(x=X, y=Y, color=Accept)) + #+RESULTS: [[file:pi_mooc.png]] -Il est alors aisé d'obtenir une approximation (pas terrible) de π en comptant combien de fois, en moyenne, \(X^2+Y^2\) est inférieur à 1 : +Il est alors aisé d'obtenir une approximation (pas terrible) de π en comptant combien de fois, en moyenne, $X^2 + Y^2$ est inférieur à 1 : #+begin_src R :results output :exports both 4*mean(df$Accept)