LOG10

The LOG10 function returns the base-10 logarithm of a number.

LOG10(pos-num)

pos-num: A number value. pos-num must be greater than 0.

Notes

Examples

=LOG10(1) returns 0.

=LOG10(10) returns 1.

=LOG10(100) returns 2.

=LOG10(1000) returns 3.

See also
LN
LOG