kotlin-multiplatform-bignum v0.1.1 Release Notes

Release Date: 2019-10-19 // over 4 years ago
    • Implemented Toom-Cook-3 multiplication, although still slow because of inefficient division.
    • ๐Ÿ“‡ Bumped gradle version to 5.6.1, which means that the published Gradle Metadata will be 1.0, making ๐Ÿ“‡ metadata resolution available only on Gradle >= 5.3
    • ๐Ÿ›  Fixed several issues related to big decimal comparison, modular integer sign, etc.
    • โž• Added more BigDecimal extension functions.
    • โž• Added ModularBigInteger extension functions.
    • โž• Added Karatsuba multiplication.
    • โž• Added copy and moveDecimalPoint methods.
    • โž• Added fromUByteArray and toUByteArray.