ionspin / kotlin-multiplatform-bignum

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

Effective java.math.BigDecimal to BigDecimal converter #266

Closed sergeych closed 10 months ago

sergeych commented 10 months ago

Under JVM, this is an often case in my projects. Converting every time to string or binary representations seems to be ineffective. Can you please provide platform-dependent effective converter?

ionspin commented 10 months ago

Hi @sergeych This issue is a duplicate of issue #250, and was also discussed in #99 This sounds like a great feature to add, unfortunately I currently don't have time to add new features, so a pull request would be very welcome. Since this is a duplicate we can close it and continue discussion in original issue #250

Cheers!