EXP#

Returns the exponential value of the specified float expression.

Syntax#

EXP ( float_expression )

Arguments#

float_expression

Is an expression of type float or of a type that can be implicitly converted to float.

Return types#

float

Examples#

SELECT EXP(2.00);

See Also#