ionspin / kotlin-multiplatform-bignum

A Kotlin multiplatform library for arbitrary precision arithmetics
Apache License 2.0
339 stars 40 forks source link

Kotlin to 1.8.20, bug fixes, API improvements #255

Closed ionspin closed 1 year ago

ionspin commented 1 year ago

Bump kotlin to 1.8.20. Empty string is not valid floating point number any more, fixes #253. Added bitLength to BigInteger/BitwiseCapable API, supersedes #254. Removed unneccessary annotations in json support library.