![]()
log
Returns the natural logarithm of a number, logenumber. The natural logarithm uses the constant e, which is 2.718.
float log(float number)
number is the positive number for which you want the natural logarithm.
Examples
Returns 2.303.
Returns 1.000.