-
-
Notifications
You must be signed in to change notification settings - Fork 689
Closed
Milestone
Description
sage -t rings/complex_double.pyx **********************************************************************
File "complex_double.pyx", line 621:
sage: ~(0*CDF(0,1))
Expected:
nan + nan*I
Got:
-NaN + NaN*I
**********************************************************************
File "complex_double.pyx", line 1470:
sage: z^2 - z + 1
Expected:
2.22044604925e-16 + 1.11022302463e-16*I
Got:
2.22044604925e-16 + 2.22044604925e-16*I
**********************************************************************
Component: doctest coverage
Keywords: Solaris 10, complex double
Issue created by migration from https://trac.sagemath.org/ticket/672