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
syntax:functions:exp [2016/06/20 11:43] dmitrysyntax:functions:exp [2021/08/11 15:16] (current) – [Examples] 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) //Returns 2.71828182845904
 +
 +  exp(2) //Returns 7.38905609893065
 +
 +\\ 
 +===== See also =====
 +  * [[syntax:functions:pow|Pow(number, power)]]
  
-=== See also === 
-  * [[syntax:functions:pow]] 
syntax/functions/exp.1466437434.txt.gz · Last modified: 2016/06/20 11:43 by dmitry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki