Function: math-div-new-non-trig

math-div-new-non-trig is a byte-compiled function defined in calc-arith.el.gz.

Signature

(math-div-new-non-trig NTR)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calc-arith.el.gz
(defun math-div-new-non-trig (ntr)
  (if math-div-non-trig
      (setq math-div-non-trig
            (list '* ntr math-div-non-trig))
    (setq math-div-non-trig ntr)))