exp()

Function group Execute on client Platform(s)
Logarithmic YES All

Syntax

exp(number)

Description

Returns e raised to the power of a given number, or 1e100 on overflow.

Example

Calculate lResult as  exp(0.5)
# returns 1.6487