#2567: import MPFR_PREC_MAX from mpfr.h instead of hard coding it to the 32 bit
limit
--------------------------------+-------------------------------------------
Reporter: was | Owner: somebody
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.8
Component: basic arithmetic | Keywords:
Work_issues: add one test | Upstream: N/A
Reviewer: Paul Zimmermann | Author: Mike Hansen
Merged: | Dependencies:
--------------------------------+-------------------------------------------
Changes (by zimmerma):
* status: needs_review => needs_work
* work_issues: => add one test
Comment:
Mike, why do you import sys at line 186? Also, please could you add a
short test on 64-bit
computers? For example:
{{{
sage: R = RealField(2^31)
sage: RR(R(2.0)) == RR(2.0)
True
}}}
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2567#comment:23>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.