real-accurate, numpy...increased precision help

Skip Montanaro skip at pobox.com
Tue Jul 24 07:45:56 EDT 2001


    Bryan> I need to be able to work with numbers up to 2^800 in a floating
    Bryan> point envirnoment.

Perhaps you could create a class implements all the required numeric
functionality and uses one or more Python longs to represent the number
internally.

-- 
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list