>>>>> "Richard" == Richard Fateman <fateman at cs.berkeley.edu> writes:
Richard> I've notice a bunch of places in simp.lisp where there are tests to see if a
Richard> number k is zero or one, and someone added an extra consideration, namely,
Richard> is k equal to bigfloatzero or bigfloatone.
Should all of them be changed?
Richard> If these tests were important, there are tests for these conditions (see the
Richard> bfloat defs), which could be used which are not especially slower than
Richard> equal.
Which bfloat defs are you talking about here? Can you point out what
function tests for a bigfloat zero/one?
Ray