Function: calc-hypot

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

Signature

(calc-hypot ARG)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-math.el.gz
(defun calc-hypot (arg)
  (interactive "P")
  (calc-slow-wrapper
   (calc-binary-op "hypt" 'calcFunc-hypot arg)))