Base 10 Logarithm [LOG10]

Returns the base 10 logarithm of the given number.

Syntax

LOG10 (Number)

Data Types of the Arguments

Number, Integer

Data Type of the Result

Number

Expression

LOG10 (10)

Result

1

Notes

This function works on positive numbers only.

  • Was this Helpful ?
  • YesNo
Relevant topics
Base Logarithm [LOG]
Returns the base logarithm of the given number. Syntax LOG (Number, Base) Note: The required separator (comma or semi-colon) ...
Natural Logarithm [LN]
Returns the natural logarithm of the given number. Syntax LN (Number) Data Types of the Argument Number, Integer Data Type of the ...
e Exponent [EXP]
Exponential function of e. Returns "e" raised to the power of the given number. The base “e” is a constant - the base of the ...