Extracted from Pike v7.4 release 117 at 2005-08-23.
pike.ida.liu.se
[Top]
predef::

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()