You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently, the last bits that are usually not printed get lost.
sage: b = sage_eval(sage_input(a, verify=False))
sage: a == b # should be True
False
sage: a.str(truncate=False)
0.85425665148473689034386458431097348561089439860408577398333000 + 20.000000000000000000000000000000000000000000000000000000000000*I
sage: b.str(truncate=False)
0.85425665148473689034386458431097348561089439860408577398333374 + 20.000000000000000000000000000000000000000000000000000000000000*I
Apparently, the last bits that are usually not printed get lost.
This was found by
The corresponding real version works:
In #29979, a doctest was marked
not tested
because of this.Component: numerical
Reviewer: Markus Wageringel
Issue created by migration from https://trac.sagemath.org/ticket/32129
The text was updated successfully, but these errors were encountered: