ionspin / kotlin-multiplatform-bignum

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

Debug printing left in code #210

Closed JoonasC closed 2 years ago

JoonasC commented 2 years ago

Describe the bug When performing big decimal exponentiation, in certain cases the following kinds of messages will be printed out from the library: RLZ original array : 1536 contains: 1534 zeros.

Expected behavior Debug printing should not be left into production code.