You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Can't parse 1e+30 as BigInteger, java.lang.NumberFormatException
Stacktrace
22:53:58.275 System.err java.lang.NumberFormatException: e is not a valid digit for number system with base 10
22:53:58.276 System.err at com.ionspin.kotlin.bignum.integer.util.DigitUtilKt.toDigit(DigitUtil.kt:38)
22:53:58.276 System.err at com.ionspin.kotlin.bignum.integer.base63.array.BigInteger63Arithmetic.parseForBase-_llDaS8(BigInteger63Arithmetic.kt:1939)
22:53:58.276 System.err at com.ionspin.kotlin.bignum.integer.BigInteger$Companion.parseString(BigInteger.kt:122)
22:53:58.276 System.err at com.ionspin.kotlin.bignum.integer.BigInteger$Companion.parseString(BigInteger.kt:74)
22:53:58.276 System.err at com.ionspin.kotlin.bignum.BigNumber$Creator$DefaultImpls.parseString$default(BigNumber.kt:36)
The text was updated successfully, but these errors were encountered:
Describe the bug
Can't parse 1e+30 as BigInteger, java.lang.NumberFormatException
Stacktrace
The text was updated successfully, but these errors were encountered: