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.
2 parents 34edb32 + df79637 commit 90f6197Copy full SHA for 90f6197
quaddtype/numpy_quaddtype/src/scalar.c
@@ -153,7 +153,7 @@ QuadPrecision_str_dragon4(QuadPrecisionObject *self)
153
.sign = 1,
154
.trim_mode = TrimMode_LeaveOneZero,
155
.digits_left = 1,
156
- .digits_right = SLEEF_QUAD_DIG};
+ .digits_right = 0};
157
158
if (self->backend == BACKEND_SLEEF) {
159
return Dragon4_Positional_QuadDType(
0 commit comments