Function: calc-log10

calc-log10 is an autoloaded, interactive and byte-compiled function defined in calc-math.el.gz.

Signature

(calc-log10 ARG)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-math.el.gz
(defun calc-log10 (arg)
  (interactive "P")
  (calc-hyperbolic-func)
  (calc-ln arg))