Message285566
> Isn't the behaviour of quiet NaNs kindof implementation-dependent already?
Not as far as IEEE 754-2008 is concerned, and not as far as Python's math module is concerned, either: handling of special cases is, as far as I know, both consistent across platforms and compliant with IEEE 754. That's not true across Python as a whole, but it should be true for the math module.
If you find an exception to the above statement, please do open a bug report! |
|
Date |
User |
Action |
Args |
2017-01-16 13:26:09 | mark.dickinson | set | recipients:
+ mark.dickinson, pitrou, vstinner, skrah, serhiy.storchaka, juraj.sukop |
2017-01-16 13:26:09 | mark.dickinson | set | messageid: <1484573169.45.0.240908043673.issue29282@psf.upfronthosting.co.za> |
2017-01-16 13:26:09 | mark.dickinson | link | issue29282 messages |
2017-01-16 13:26:09 | mark.dickinson | create | |
|