LOG

Returns the logarithm (base 10) of a number.

Syntax

LOG(Value)

Value is any positive number. If Value is negative or zero, the result is undefined.

Examples

This example returns 0:

LOG(1)

This example returns 1:

LOG(10)