ionspin / kotlin-multiplatform-bignum

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

Have BigInteger extending Number #268

Closed elect86 closed 1 year ago

elect86 commented 1 year ago

I'd like BigInteger to extends Number in order to have only one code path for formatting (ie: 0x08X)

ionspin commented 1 year ago

Hi @elect86, your request is a duplicate of https://github.com/ionspin/kotlin-multiplatform-bignum/issues/208 You can find the reasoning why I am not willing to extend number there.