kotlin-multiplatform-bignum v0.1.4 Release Notes

Release Date: 2019-12-10 // over 4 years ago
    • Main library now has dependancies only on the kotlin standard library (for now, coroutines will be coming back at some point in the future).
    • 📇 Renamed BigDecimal round method to roundSignificand, as it describes what it does more precisely
    • ➕ Added roundAtDigitPosition and roundAfterDecimalPoint convenience methods.
    • 👉 Use Long instead of BigInteger for BigDecimal exponent.
    • ➕ Adding MingwX64 and MingwX86 targets.