kotlin-multiplatform-bignum v0.0.7 Release Notes

Release Date: 2019-03-31 // about 5 years ago
  • ๐Ÿš€ Since this is first GitHub release, well list everything that 0.0.7 has so far:

    • ๐Ÿ‘ BigInteger support
    • ๐Ÿ‘ BigDecimal support

    Known issues:

    • โšก๏ธ Library should be relatively slow, because it doesn't yet have optimized algorithms such as Karatsuba, etc.
    • Square root is not implemented (so not on par with Java BigInteger and BigDecimal)
    • โœ… Greatest common divisor is not implemented (same as square root)