We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f9db0 commit e325053Copy full SHA for e325053
quaddtype/numpy_quaddtype/src/ops.hpp
@@ -1003,8 +1003,8 @@ quad_nextafter(const Sleef_quad *x, const Sleef_quad *y)
1003
return result;
1004
}
1005
1006
- // well I did not read to have those above checks
1007
- // but they can be important when settng FPE flag manually
+ // well I did not need to have those above checks
+ // but they can be important when setting FPE flag manually
1008
return quad_set_words64(hx, lx);
1009
1010
0 commit comments