Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Method log()


Method log

float log(int|float f)

Description

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

See also

pow(), exp()