[sage-devel] Re: Complex interval fields

2009-05-13 Thread Robert Bradshaw
On May 13, 2009, at 11:23 AM, Carl Witty wrote: > On Wed, May 13, 2009 at 11:02 AM, Robert Bradshaw > wrote: >> >> I recently noticed that complex interval fields have a very different >> notion of equality than real interval fields. For RIF, a != b if a is >> *definitely* not equal to b, but CI

[sage-devel] Re: Complex interval fields

2009-05-13 Thread Carl Witty
On Wed, May 13, 2009 at 11:02 AM, Robert Bradshaw wrote: > > I recently noticed that complex interval fields have a very different > notion of equality than real interval fields. For RIF, a != b if a is > *definitely* not equal to b, but CIF just compares endpoints. I think > we should change CIF