Function: math-rwcomp-reg-entry
math-rwcomp-reg-entry is a byte-compiled function defined in
calc-rewr.el.gz.
Signature
(math-rwcomp-reg-entry NUM)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calc-rewr.el.gz
(defun math-rwcomp-reg-entry (num)
(nth (1- (- math-num-regs num)) math-regs))