#2567: remove limitation on computing digits of pi using mpfr
------------------------------+---------------------------------------------
 Reporter:  was               |        Owner:  somebody  
     Type:  defect            |       Status:  new       
 Priority:  major             |    Milestone:  sage-3.4.1
Component:  basic arithmetic  |   Resolution:            
 Keywords:                    |  
------------------------------+---------------------------------------------
Changes (by mabshoff):

 * cc: zimmerma (added)

Comment:

 The problem is not so much the computation of Pi itself, but that we limit
 the maximum amount of precision on can ask for when using MPFR. It seems
 the limit is good for 32 bits, but for 64 bits MPFR is also basically
 limited by memory only.

 The solution to this ticket might be to import MPFR_PREC_MAX from mpfr.h
 or wherever it is defined and then the problem will magically go away.

 Cheers,

 Michael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2567#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to