ionspin / kotlin-multiplatform-bignum

A Kotlin multiplatform library for arbitrary precision arithmetics
Apache License 2.0
350 stars 41 forks source link

Fix long narrowing losing sign #187

Closed ionspin closed 3 years ago

ionspin commented 3 years ago

also remove signum from bigdecimal toDouble because it was now being applied twice. Add some tests, update changelog. This fixes #186