This commit is contained in:
Oscar Plaisant
2024-09-20 21:31:23 +02:00
parent 2a56343d56
commit 62f0313af1
412 changed files with 64451 additions and 81085 deletions

View File

@@ -2,13 +2,17 @@ up:: [[analyse|analyse]]
title:: "$e^{x}$ ou $\exp(x)$"
#maths/analyse #not-done
```functionplot
---
title: courble de la fonction exponentielle
xLabel:
yLabel:
bounds: [-10,10,-1,19]
disableZoom: false
grid: true
---
y=exp(x)
```
```desmos-graph
top=12
left=-15
right=5
bottom=-1
---
y = e^x
```