(newbie) Float() and high precision

casevh at comcast.net casevh at comcast.net
Thu Aug 10 11:04:00 EDT 2006


wirecom at wirelessmeasurement.com 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




More information about the Python-list mailing list