LOG10

LOG10

Synopsis

LOG10(x)

Description

LOG10 computes the base-10 logarithm of x.

  • If x <= 0, LOG10 returns #NUM! error.
  • This function is Excel compatible.

Examples

LOG10(7) equals 0.845098.

See also

EXP, LOG2, LOG.