exp()

Returns the value of e (the base of the natural logarithm) raised to the power of a given number.

Syntax

exp ( value )

Parameters

value

A float.

Usage

Returns the value of e (the base of the natural logarithm, 2.78128) raised to the power of a given number. If the argument is invalid, the server logs a floating-point exception error.

Example

exp (2.0) returns 7.3890.