cours/fonction exponentielle.md
Oscar Plaisant 62f0313af1 update
2024-09-20 21:31:23 +02:00

19 lines
238 B
Markdown

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)
```