A Kotlin multiplatform library for arbitrary precision arithmetics
Stars
469
Forks
47
Watchers
469
Open Issues
41
Overall repository health assessment
No package.json found
This might not be a Node.js project
557
commits
20
commits
9
commits
5
commits
4
commits
3
commits
2
commits
2
commits
1
commits
1
commits
Merge pull request #333 from ionspin/division-reimplementation
e954439View on GitHubReimplemeted the divide function in BigDecimal to fix rounding issue when returning the result, added test to compare results to java BigDecimal. Added isEven function to BigInteger with tests.
157e3d5View on GitHubFunction toByteArray now uses contentEquals instead of == when single element is 0. Fixes #316, #280, #281
c61240fView on GitHubFixed divideAndRemainder, the problem was wrong rounding method was used. Also reimplemented divideAndRemainder. Fixes #285
799426fView on GitHubMerge pull request #315 from ionspin/fix-rounding-error-when-dividing
e2ec790View on GitHubRemainder was sent as discarded part, which caused invalid rouding in some situations, now the discarded part is calculated so that decider digit can be correctly extracted. Fixes #313
c1bf3b4View on GitHub