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 mark.dickinson
Recipients mark.dickinson, rhettinger, skrah
Date 2009-10-07.18:02:28
SpamBayes Score 2.2743043e-06
Marked as misclassified No
Message-id <1254938550.55.0.224858945135.issue7048@psf.upfronthosting.co.za>
In-reply-to
Content
The IEEE 754-2008 description of scaleB makes a lot more sense, IMO:
scaleB(x, N) is simply x*10**N (assuming that B=10 and N is integral), 
rounded in the usual way.

The restriction in the specification seems arbitrary and questionable.  
Presumably it's intended to aid implementation in low-level languages.
History
Date User Action Args
2009-10-07 18:02:30mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, skrah
2009-10-07 18:02:30mark.dickinsonsetmessageid: <1254938550.55.0.224858945135.issue7048@psf.upfronthosting.co.za>
2009-10-07 18:02:28mark.dickinsonlinkissue7048 messages
2009-10-07 18:02:28mark.dickinsoncreate