19 lines
		
	
	
		
			240 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			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)
 | |
| ```
 | |
| 
 | |
| 
 | |
| 
 |