log
number log(number)
Returns the natural logarithm (base E) of
number
.
Parameters
number
— value.
Returns
the value ln
number
, the natural logarithm of
number
.