genfact, fix, and entier



On 4/24/07, Barton Willis <willisb at unk.edu> wrote:

> 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?

OK by me. It seems best to make sure fix, entier, and
floor all do the same thing.

Robert