extend methods of decimal module
Zachary Ware
zachary.ware+pylist at gmail.com
Wed Feb 19 16:54:04 EST 2014
More information about the Python-list mailing list
Wed Feb 19 16:54:04 EST 2014
- Previous message (by thread): extend methods of decimal module
- Next message (by thread): extend methods of decimal module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Feb 19, 2014 at 3:30 PM, Mark H. Harris <harrismh777 at gmail.com> wrote: >> >> The decimal module implements IEEE 854 >> > > Thanks Terry... ... long time. > > I would like to find out if there is some iron-clad policy about extending > the implementation of an IEEE standard... decimal module in this case; I'm > just thinking that this particular extension really fits the python > "batteries included" philosophy. > > I guess what I'm really asking for are the same routines found in "bc -l" > math library. I've finally moved my number crunching stuff to python (from bc) > because the performance of "decimal" is finally way better than bc for the > moment, and wrapping python are the math routines for control and processing > is so much better. Anyway, sure would be nice to have a very speedy atan() > function built-in for decimal. You might consider suggesting a "decimal.math" module on python-ideas. -- Zach
- Previous message (by thread): extend methods of decimal module
- Next message (by thread): extend methods of decimal module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list