#15360: Make RealIntervalField more reliable
----------------------------+----------------------------------------------
Reporter: tmonteil | Owner: tmonteil
Type: defect | Status: positive_review
Priority: major | Milestone: sage-duplicate/invalid/wontfix
Component: | Resolution:
numerical | Merged in:
Keywords: RIF | Reviewers: Jeroen Demeyer
Authors: | Work issues:
Report Upstream: N/A | Commit:
Branch: | Stopgaps:
Dependencies: |
----------------------------+----------------------------------------------
Comment (by jdemeyer):
We cannot fix this (that is just how Python's `max()` works):
{{{
sage: max(RIF(2,3), RIF(1,4)).endpoints()
(2.00000000000000, 3.00000000000000)
}}}
but this works:
{{{
sage: RIF(2,3).max(RIF(1,4)).endpoints()
(2.00000000000000, 4.00000000000000)
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/15360#comment:8>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.