Skip to content

Commit 90f6197

Browse files
authored
Merge pull request #133 from SwayamInSync/main
2 parents 34edb32 + df79637 commit 90f6197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/numpy_quaddtype/src/scalar.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ QuadPrecision_str_dragon4(QuadPrecisionObject *self)
153153
.sign = 1,
154154
.trim_mode = TrimMode_LeaveOneZero,
155155
.digits_left = 1,
156-
.digits_right = SLEEF_QUAD_DIG};
156+
.digits_right = 0};
157157

158158
if (self->backend == BACKEND_SLEEF) {
159159
return Dragon4_Positional_QuadDType(

0 commit comments

Comments
 (0)