You are here: Core Reference > Coding > Expressions > EXP

EXP

The EXP function is a mathematical function that returns the base of natural logarithm raised to a power (en).

Function Name

EXP

Description

Returns the base of a natural logarithm raised to a power (en)

Arguments

EXP(INTEGER or REAL)

The input value can be an integer or a real floating value—see Number (Integer or Real).

Returns

INTEGER or REAL (same data type as input).

Example:

EXP(2)

The output is 7.39

See also:

LOG, LOG10.


ClearSCADA 2015 R2