User Tools

Site Tools


en:exp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:exp [2016/08/12 12:15]
admin
en:exp [2020/02/28 10:46]
Line 1: Line 1:
-===== Exp (Function) ===== 
  
-==== Format ==== 
- 
-**exp** ( [[numericexpressions|numeric_expression]] ) 
- 
- 
-returns [[floatexpressions|float_expression]] 
- 
-==== Description ==== 
- 
-Returns the base of the natural logarithm //e// (approx: 2.718282) raised to the specified power.  This is the inverse of the [[log|Log]] function. 
- 
-==== Example ==== 
- 
-<code> 
-print exp(1) 
-print exp(log(10)) 
-</code> 
-will print 
-<code> 
-2.718282 
-10 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#Mathematics&noheader}} 
- 
-==== History ====  
-|0.9.6.51|New To Version| 
en/exp.txt ยท Last modified: 2020/02/28 10:46 (external edit)