transforming mqutotient expressions



MAXIMA> (get 'mminus 'operators)
SIMPMIN
MAXIMA> (get 'mquotient 'operators)
SIMPQUOT
MAXIMA>

simpquot takes three arguments while simpmin only
takes two. Code that calls these simplification functions
may need to special case some function calls.  Maybe
the lesson is that I should stick to meval and simplifya.

Barton