Extracted from Pike v7.6 release 112 at 2009-09-11.
pike.ida.liu.se
[Top]

Method exp()


Method exp

float exp(float|int f)

Description

Return the natural exponential of f . log( exp( x ) ) == x as long as exp(x) doesn't overflow an int.

See also

pow() , log()