That was a subtle one... needs review :-)
Le 19/02/2020 à 10:58, Vincent Delecroix a écrit :
Dear Pat, dear all,
I confirm the bug on 9.1.beta4. I opened
https://trac.sagemath.org/ticket/29220
Vincent
Le 19/02/2020 à 03:52, Pat Hooper a écrit :
Hi all,
I've discovered a bizarre bug in repe
Dear Pat, dear all,
I confirm the bug on 9.1.beta4. I opened
https://trac.sagemath.org/ticket/29220
Vincent
Le 19/02/2020 à 03:52, Pat Hooper a écrit :
Hi all,
I've discovered a bizarre bug in repeatedly comparing a rational with an
element of AA:
sage: left_side = AA(2**(1/2) - 2**(1/3))
s
Hi all,
I've discovered a bizarre bug in repeatedly comparing a rational with an
element of AA:
sage: left_side = AA(2**(1/2) - 2**(1/3))
sage: right_side = 808620184/5240825825
sage: left_side < right_side
True
sage: left_side < right_side
False
The fraction in right_side was obtained via:
co