User Tools

Site Tools


syntax:functions:exp

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
syntax:functions:exp [2016/06/07 23:18] dmitrysyntax:functions:exp [2021/07/31 20:45] craigt
Line 1: Line 1:
-====== Exp(number) ======+====== Exp(power) ====== 
 +Category:  Number function
  
-Exponential function. Raises the //e// constant to the power of its argument.+\\  
 +=====Description===== 
 +This function raises the mathematical constant //e//((//e// is an important mathematical constant with the value of approximately 2.718.))  to the power of the argument //power//.
  
- Example   Result  +\\  
-exp(2)   7.38905609893065 |+=====Arguments===== 
 +^Argument^Type^Description
 +|power|Number|The exponent to raise //e// to.| 
 +\\  
 +**Return value type:**  Number
  
 +\\ 
 +=====Remarks=====
 +If you are looking to raise one number to the power of another number, refer to the [[syntax:functions:pow|Pow(number, power)]] function.
 +
 +\\ 
 +=====Examples=====
 +
 +  exp(1) = 2.71828182845904
 +  exp(2) = 7.38905609893065
 +
 +\\ 
 +===== See also =====
 +  * [[syntax:functions:pow|Pow(number, power)]]
  
-=== See also === 
-  * [[syntax:functions:pow]] 
syntax/functions/exp.txt · Last modified: 2021/08/11 15:16 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki