Skip to main content

Exp (exponent)

Exp Function

Calculates e raised to the power of the input number. The constant e equals 2.71828182845904, the base of the natural logarithm.

Syntax

Exp(scalar Value)

Arguments

ArgumentDescription
scalar ValuePower to which e (base of the natural logarithm) is to be raised

Examples:

Exp([FusionTestTable.SmallIntColumn])

Returns e raised to the power of all the numbers in a given column.