Home
last modified time | relevance | path

Searched refs:mratcheck (Results 1 – 5 of 5) sorted by last modified time

/dports/math/maxima/maxima-5.43.2/src/
H A Dlaplac.lisp49 (setq fun (mratcheck fun))
H A Dsimp.lisp267 (defun mratcheck (e) (if ($ratp e) (ratdisrep e) e)) function
H A Dsolve.lisp234 (exp (float2rat (mratcheck *exp)))
H A Dcsimp.lisp78 (let ((e (mratcheck e))
86 (setq x (mratcheck (car l)))
H A Drat3d.lisp253 (cond ((not (integerp (setq x (mratcheck x))))
256 ((not (integerp (setq n (mratcheck n)))) (list '($inrt) x n))