Function: math-expr-rational-in
math-expr-rational-in is a byte-compiled function defined in
calcalg2.el.gz.
Signature
(math-expr-rational-in EXPR)
Source Code
;; Defined in /usr/src/emacs/lisp/calc/calcalg2.el.gz
(defun math-expr-rational-in (expr)
(let ((math-expr-parts nil))
(math-expr-rational-in-rec expr)
(mapcar 'car math-expr-parts)))