Function: calc-to-degrees
calc-to-degrees is an autoloaded, interactive and byte-compiled
function defined in calc-math.el.gz.
Signature
(calc-to-degrees ARG)
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-math.el.gz
(defun calc-to-degrees (arg)
(interactive "P")
(calc-wrapper
(calc-unary-op ">deg" 'calcFunc-deg arg)))