Skip to content

Log10

The base-10 (common) logarithm of z.

Wolfram LanguageLog10
Log10(z)the base-10 logarithm of z, .

Domain: Elementary functions

Details
  • Equivalent to Log(z, 10) and to compute-engine's default-base Log(z).
  • Same fold-only-for-floats limit on fractional exact powers as Log2.

Examples

See also: Log, Log2, Lb