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 4e29a9f commit 09c56a8Copy full SHA for 09c56a8
quaddtype/numpy_quaddtype/src/ops.hpp
@@ -42,7 +42,7 @@ quad_rint(const Sleef_quad *op)
42
{
43
Sleef_quad halfway = Sleef_addq1_u05(
44
Sleef_truncq1(*op),
45
- Sleef_copysignq1(Sleef_cast_from_doubleq1(0.5), *op),
+ Sleef_copysignq1(Sleef_cast_from_doubleq1(0.5), *op)
46
);
47
48
// Sleef_rintq1 does not handle some near-halfway cases correctly, so we
0 commit comments