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.
exp(number)
Argument | Type | Description |
---|---|---|
number | int/float (required) | Input number |
Returns with a float value.
cos() function example:
exp(12);
Return value in JSON format
162754.79141900392