Message408954
factorial(49) has 163 significant binary digits. It cannot be represented in floating-point without losses. And C functions log2() and exp2() can add additional errors, depending on platform. We rely on the assumption that all errors will be compensated, but there are no guaranties of this. |
|
Date |
User |
Action |
Args |
2021-12-20 11:36:16 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, PedanticHacker, mcognetta, Stefan Pochmann, pablogsal |
2021-12-20 11:36:16 | serhiy.storchaka | set | messageid: <1640000176.72.0.303177673104.issue37295@roundup.psfhosted.org> |
2021-12-20 11:36:16 | serhiy.storchaka | link | issue37295 messages |
2021-12-20 11:36:16 | serhiy.storchaka | create | |
|