log(x)

Calculates the natural logarithm (the base-e logarithm) of a number. This function expects the values greater than 0.

Type: function

Parameter(s):

  • x {Number}:

    A number, must be greater than 0.

Returns:

  • {Number}:

    The natural logarithm.