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