Message375166
Fine by me in principle; I haven't had a chance to look at the code yet.
While we're doing this, any chance we could special-case the two-argument hypot to use the libm hypot directly? On many platforms the libm hypot will be correctly rounded, or close to it. There was a noticeable accuracy regression for two-argument hypot when hypot gained the ability to support multiple arguments. |
|
| Date |
User |
Action |
Args |
| 2020-08-11 07:50:30 | mark.dickinson | set | recipients:
+ mark.dickinson, tim.peters, rhettinger, serhiy.storchaka |
| 2020-08-11 07:50:30 | mark.dickinson | set | messageid: <[email protected]> |
| 2020-08-11 07:50:30 | mark.dickinson | link | issue41513 messages |
| 2020-08-11 07:50:30 | mark.dickinson | create | |
|