ionspin / kotlin-multiplatform-bignum

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

DecimalMode allows negative precision #198

Closed JoonasC closed 2 years ago

JoonasC commented 2 years ago

Not sure if this is a bug, but DecimalMode allows a negative precision.

ionspin commented 2 years ago

Hi @JoonasC , yeah that's a bug, thanks for reporting!