Description of formula:
Calculates logarithm of a specified number to the base 10.
Calculates logarithm of a specified number to the base 10.
Syntax:
log10(number)
log10(number)
Parameters:
number
(type: Number) The number whose logarithm is to be calculated
Returned type:
Number
Examples:
=log10(2)
=log10(A1)
=log10(2)
=log10(A1)
0 Comments