PHP exp() Function

The exp() function returns e raised to the power of x (ex).

float exp ( float $arg )

Returns e raised to the power of arg.

Example -

ParameterDescription
argThe argument to process

Return Values

'e' raised to the power of arg