Function: math-div-new-trig

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

Signature

(math-div-new-trig TR)

Source Code

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