Home
last modified time | relevance | path

Searched refs:remsimp (Results 1 – 1 of 1) sorted by relevance

/dports/math/maxima/maxima-5.43.2/src/
H A Dcomm.lisp385 (setq l (nconc (mapcar #'(lambda (x) (remsimp (meval x)))
729 (defun remsimp (e) function
730 (if (atom e) e (cons (delsimp (car e)) (mapcar #'remsimp (cdr e)))))