From ade9be9bc7dc827dc97e5ee8726a39d2c3b2ec82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20F=C3=A9votte?= Date: Mon, 6 Apr 2020 22:27:08 +0200 Subject: [PATCH] =?UTF-8?q?Exercice=2002-1=20-=20deuxi=C3=A8me=20tentative?= =?UTF-8?q?=20(pas=20du=20Markdown!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module2/exo1/toy_document_orgmode_python_fr.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module2/exo1/toy_document_orgmode_python_fr.org b/module2/exo1/toy_document_orgmode_python_fr.org index 80e350f..6b548bf 100644 --- a/module2/exo1/toy_document_orgmode_python_fr.org +++ b/module2/exo1/toy_document_orgmode_python_fr.org @@ -1,4 +1,4 @@ -#+TITLE: À propos du calcul de π +#+TITLE: À propos du calcul de $\pi$ #+AUTHOR: François Févotte #+DATE: 2020-04-06 #+LANGUAGE: fr @@ -13,7 +13,7 @@ * En demandant à la lib maths -Mon ordinateur m'indique que $\pi$ vaut *approximativement* : +Mon ordinateur m'indique que $\pi$ vaut /approximativement/ : #+begin_src python :results value :exports both :session from math import * pi @@ -24,8 +24,8 @@ Mon ordinateur m'indique que $\pi$ vaut *approximativement* : * En utilisant la méthode des aiguilles de Buffon -Mais calculé avec la **méthode** des [[https://fr.wikipedia.org/wiki/Aiguille_de_Buffon][aiguilles de Buffon]], on obtiendrait comme -**approximation** : +Mais calculé avec la *méthode* des [[https://fr.wikipedia.org/wiki/Aiguille_de_Buffon][aiguilles de Buffon]], on obtiendrait comme +*approximation* : #+BEGIN_SRC python :results value :exports both :session import numpy as np np.random.seed(seed=42) -- 2.18.1