exp
Description
Syntax
exp(
float $num
): floatParameters
num
The argument to process.
Return
Returns e raised to the power of num.
NOTE: e is the base of the natural system of logarithms, or approximately 2.718282.
Examples
1 · num
<? $num = 0.01234; $return = exp($num); echo $return;
1.0124164519487