[EMAIL PROTECTED] wrote: > What's the best way to do higher precision maths than the standard Float()?
For basic operations, look at Decimal(). If you need more speed, and basic operations, search for gmpy. If you need advanced functions, look at http://calcrpnpy.sourceforge.net/ and related tools. casevh -- http://mail.python.org/mailman/listinfo/python-list