extend methods of decimal module

Mark H. Harris harrismh777 at gmail.com
Thu Feb 27 07:07:07 EST 2014


On Wednesday, February 19, 2014 4:10:22 PM UTC-6, Terry Reedy wrote:

> Or just dmath. I think this is a better idea than suggesting additions 
> to decimal itself. For one thing, anything put in decimal would be 
> subject to change if the function were to be added to the standard. It 
> is worth noting in such a posting that Krah's speedup make such 
> functions really feasible. The algorithms could be similar, at least 
> initially, to the one used for floats 
> 
> Terry Jan Reedy

I have created a project here:

https://code.google.com/p/pythondecimallibrary/

I wrote a dmath.py library module for use with the C accelerated decimal module, that I would like to see merged into the C Python distribution so that folks have it by default... without having to pull it down with GIT, or whatever.

Anyway, thanks for responding (everyone) and for your consideration. 

Oh, and one more thing... whoever is doing the work on IDLE these days, nice job!   It is stable, reliable, and just works/   appreciate it!

Kind regards,
Mark H Harris



More information about the Python-list mailing list