From 4f5cc8f86a00f09d8d8b00efee02e3e57b7c0e95 Mon Sep 17 00:00:00 2001 From: 33042e67f507db32c116b01cde061461 <33042e67f507db32c116b01cde061461@app-learninglab.inria.fr> Date: Sun, 19 Oct 2025 14:32:48 +0000 Subject: [PATCH] Update 4 toy_document_orgmode_R_fr.org --- module2/exo1/toy_document_orgmode_R_fr.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo1/toy_document_orgmode_R_fr.org b/module2/exo1/toy_document_orgmode_R_fr.org index cd5e29c..c70e4e0 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) -- 2.18.1