cours/fonction exponentielle.md
Oscar Plaisant 602a41e7f8 update
2024-12-25 22:30:24 +01:00

19 lines
240 B
Markdown

up:: [[analyse|analyse]]
title:: "$e^{x}$ ou $\exp(x)$"
#s/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)
```