Skip to content

Commit 7c990e6

Browse files
authored
Merge pull request #126 from jsyt/master
#125 Remove redundant code.
2 parents 565c0f8 + 4d91cdd commit 7c990e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)