Function ReferenceEXPOn this pageEXP Returns e raised to the power of a specified number. CategoryMathSyntaxEXP(number) Parameters ParameterRequiredDescriptionnumberRequiredThe exponent applied to the base e. Example EXP(1) // → 2.71828…EXP(0) // → 1 Auto-generated from the EngCanvas function registry.