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