Function: calc-coth
calc-coth is an autoloaded, interactive and byte-compiled function
defined in calc-math.el.gz.
Signature
(calc-coth ARG)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-math.el.gz
(defun calc-coth (arg)
(interactive "P")
(calc-hyperbolic-func)
(calc-cot arg))