I have developed a multi-platform HugeInt arbitrar...
# codereview
m
I have developed a multi-platform HugeInt arbitrary-precision integer arithmetic package. The API utilizes Kotlin features and is explicitly not a drop-in replacement for java.math.BigInteger. So I'm particularly interested in having folks review the user-facing API, give honest feedback, and tell me whether it feels Kotlin-friendly before the initial release. https://github.com/migueldecimal128/HugeInt
K 1
Project name has been changed to BigInt and GitHub repository has moved to: https://github.com/migueldecimal128/BigInt