exp

Returns e raised to the power of x.

The number e is the base of the natural system of logarithms (defined as MATH_E, approximately 2.718282) and x is the number passed to the function.

This function does not generate a change.

Function

exp(number)

Arguments

Argument Type Description
number int/float (required) Input number

Return value

Returns with a float value.

Example

cos() function example:

exp(12);

Return value in JSON format

162754.79141900392