Skip to content

Commit dd65009

Browse files
committed
fix issue #125
1 parent 565c0f8 commit dd65009

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

big.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@
845845
b = b / 10 | 0;
846846
}
847847

848-
c[j] = (c[j] + b) % 10;
848+
c[j] = b;
849849
}
850850

851851
// Increment result exponent if there is a final carry, otherwise remove leading zero.

big.min.js

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)