Function: calc-invent-independent-variables

calc-invent-independent-variables is a byte-compiled function defined in calcalg3.el.gz.

Signature

(calc-invent-independent-variables N &optional BUT)

Source Code

;; Defined in /usr/src/emacs/lisp/calc/calcalg3.el.gz
(defun calc-invent-independent-variables (n &optional but)
  (calc-invent-variables n but '(x y z t) "x"))