log() - returns the natural logarithm of a float
float log( float f );
Returns the natural logarithm of its argument, `f'. `f' must be positive.
exp(3), pow(3), sqrt(3)