--- title: À propos du calcul de pi author: Camille Launay date: 30/03/2020 output: html_document --- ```{r setup, include=FALSE} knitr::opts_chunk$set(echo = TRUE) ``` # En demandant à la lib maths Mon ordinateur m'indique que π vaut _approximativement_ ``` {r maths} pi ```