LOG

LOG(arg1, arg2) → { number | string | boolean }

Returns the logarithm of a number to the base you specify.

Parameters:

Name Type Description
arg1 number

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

arg2 number

Is the base of the logarithm; 10 if omitted.

Returns:

Type
number | string | boolean