[Python-Dev] calculator module (original) (raw)
Michael Hudson mwh at python.net
Wed Mar 10 13:33:20 EST 2004
- Previous message: [Python-Dev] calculator module
- Next message: [Python-Dev] calculator module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Gareth McCaughan <gmccaughan at synaptics-uk.com> writes:
Further, I'd argue that since Decimal can work with numbers of arbitrary precision, an implementation of (say) exp that works on Decimals ought to work with something like full precision, unless it's only intended for casual use. Writing implementations of all these things would be a considerable amount of work.
Have you played with Jurgen Bos' real.py? I'm not sure it's useful, but I think you'll like it :-)
Cheers, mwh
-- It is time-consuming to produce high-quality software. However, that should not alone be a reason to give up the high standards of Python development. -- Martin von Loewis, python-dev
- Previous message: [Python-Dev] calculator module
- Next message: [Python-Dev] calculator module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]