LOG10()

LOG10(V)

RETURNS THE COMMON LOGARITHM OF V

  • Type: Function
  • Parameter: 1
  • Group: Mathematics

ACTION

The function LOG10(V) returns the common logarithm of V.

V can be a real or integer number and must be strictly positive.

SYNTAX: Result=LOG10(V)

  • V = real or integer value.

USE

  • The function LOG10() is used to calculate a common logarithm.

ERROR

  • If V is less than or equal to 0.
  • If V is not a correct expression.

EXAMPLE

print log10(3)

print "Result = 0.477121254719662"

SEE ALSO

EXP()

LOG()

LOG2()