DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::exp

Compute Euler's number (e) raised to the given power.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberThe exponent to raise e to

Return Value

Returns a Number representing e raised to the given power.

Examples

$ Calculate exponential
$ ctrl+enter to run

Related Functions