PHP Manual
Prev
Next
exp
(PHP 3, PHP 4 )
exp -- Calculates the exponent of
e
(the Neperian or Natural logarithm base)
Description
float
exp
( float arg)
Returns
e
raised to the power of
arg
.
See also
log()
and
pow()
.
Prev
Home
Next
deg2rad
Up
expm1