NAME
	log - Natural logarithm

SYNTAX
	float log(float f);

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

KEYWORDS
	float

SEE ALSO
	math/pow, math/exp
