Skip to main content

EXP

Returns e raised to the power of a specified number.

CategoryMath
SyntaxEXP(number)

Parameters

ParameterRequiredDescription
numberRequiredThe exponent applied to the base e.

Example

EXP(1)           // → 2.71828…
EXP(0) // → 1

Auto-generated from the EngCanvas function registry.