Skip to content

Solaris 10: rings/complex_double.pyx doctests failure: nan vs. NaN #672

@sagetrac-mabshoff

Description

@sagetrac-mabshoff
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions