Extracted from Pike v7.8 release 866 at 2016-11-06.
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()