LN

LN(arg1) → { number | string | boolean }

Returns the natural logarithm of a number.

Parameters:

Name Type Description
arg1 number

Is the positive real number for which you want the natural logarithm.

Returns:

Type
number | string | boolean