Exp

Function

Exp(value)

value

Use

The Exp() function returns Euler's number 'e' raised to the given power.

The input is expected to be unitless.

Examples
  • Exp(2.3)  = 9.974
  • Exp(1) == e  = True

 

 


Exp is included by default in each file as part of the Math library.

 

See also: