Method on @sym: log10 (x)

Symbolic log base 10 function.

Examples:

log10(sym(1000))
  ⇒ ans = (sym) 3

syms x
log10(x)
  ⇒ ans = (sym)
       log(x)
      ───────
      log(10)

See also: @sym/log, @sym/log2.

Package: symbolic