Skip to content

Commit

Permalink
fix issue MikeMcl#125
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyt committed Aug 5, 2019
1 parent 565c0f8 commit dd65009
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion big.js
Expand Up @@ -845,7 +845,7 @@
b = b / 10 | 0;
}

c[j] = (c[j] + b) % 10;
c[j] = b;
}

// Increment result exponent if there is a final carry, otherwise remove leading zero.
Expand Down
3 changes: 1 addition & 2 deletions big.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd65009

Please sign in to comment.