This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author derekroconnor
Recipients derekroconnor, eric.smith, isandler, mark.dickinson, tim.peters
Date 2010-04-04.19:45:31
SpamBayes Score 0.00024253248
Marked as misclassified No
Message-id <1270410334.39.0.715534838365.issue8309@psf.upfronthosting.co.za>
In-reply-to
Content
@ Tim Peters

" ... are much keener about speed than avoiding noise results for inputs in ranges they *never intend to use* ".

It is the *unintended use* that worries me. Sadly, "Speed is King". Perhaps that aphorism should be "Speed is Ki(lli)ng".

@ Mark Dickinson

I don't write C but Gay's 4300 line dtoa.c is the most frightening piece of code I've ever seen. 

I think accountants have the right idea: money is in cents, with positives in the left column and negatives in the right. All they need is integer addition and comparison. Multiplication? Only if you have taxation.

Derek O'Connor
History
Date User Action Args
2010-04-04 19:45:34derekroconnorsetrecipients: + derekroconnor, tim.peters, isandler, mark.dickinson, eric.smith
2010-04-04 19:45:34derekroconnorsetmessageid: <1270410334.39.0.715534838365.issue8309@psf.upfronthosting.co.za>
2010-04-04 19:45:31derekroconnorlinkissue8309 messages
2010-04-04 19:45:31derekroconnorcreate