Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]

Method log()


Method log

float log(float f)

Description

Return the natural logarithm of f . exp( log(x) ) == x for x > 0.

See also

pow() , exp()