Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions Introduction > Exp

Exp

Calculates the exponential of a number (natural logarithm base e).

Syntax

Exp(Number)

Number:

Any number.

Return Value

The exponential of Number (to the base e).

Related Functions

Log

Example

Variable=Exp(1);
! Sets Variable to 2.7182...

See Also

Math/Trigonometry Functions