Barton maxima-bounces at math.utexas.edu wrote on 04/24/2007 10:45:46 AM: > Question: Maxima has a few calls to 'fix' and 'entier' in the source. > Would it be OK to > > (defun $fix (x) (simplify `(($floor) ,x)) > > and similarly for $entier? I tested this -- all is well with the test suite. Barton