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