Function: calc-tanh

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

Signature

(calc-tanh ARG)

Key Bindings

Source Code

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