Bug ID: 2299224 "unsimplified result from rectform"



> > I wonder why we have logarc as option variable and as function...
> > Wouldn't one be enough? Are there any issues if we just cut out
> > the option variable?
> 
> We have 7 places in the files hayat.lisp, risch.lisp, and rpart.lisp
> where $logarc is set to T. Therefore, we have algorithm which depend on
> the automatic transformation switched on by the option variable $logarc.

I see. In theory it should be possible to replace this by calls to
the function at the proper places, but this might be tedious.
How about if we keep the variable but don't expose it to the maxima level
anymore?

Harald