Message132976
There seems to be some disagreement about the double-rounding issue; Mark Dickinson posted on python-ideas that he doesn't think that there is one. If possible, I think that removing code paths that aren't needed are generally a good thing, especially if I'm going to have to add support for non-IEEE floats.
I'll start working on the isnan/isinf/frexp/ldexp implementation for the cases where either we don't have a UINT64 type, or doubles aren't IEEE. Given my current schedule, I don't think that I'll have this done today; hopefully tomorrow morning. :) |
|
Date |
User |
Action |
Args |
2011-04-04 21:36:24 | Eli.Stevens | set | recipients:
+ Eli.Stevens, mark.dickinson, mark.wiebe |
2011-04-04 21:36:24 | Eli.Stevens | set | messageid: <1301952984.7.0.810300674459.issue11734@psf.upfronthosting.co.za> |
2011-04-04 21:36:23 | Eli.Stevens | link | issue11734 messages |
2011-04-04 21:36:23 | Eli.Stevens | create | |
|