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
Is your feature request related to a problem? Please describe.
I am unable to obtain a com.ionspin.kotlin.bignum.integer.BigInteger from a java.math.BigInteger.
Describe the solution you'd like
An extension method on java.math.BigInteger to perform the conversion.
Describe alternatives you've considered
Implementing it myself on each project.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am unable to obtain a
com.ionspin.kotlin.bignum.integer.BigInteger
from ajava.math.BigInteger
.Describe the solution you'd like
An extension method on
java.math.BigInteger
to perform the conversion.Describe alternatives you've considered
Implementing it myself on each project.
The text was updated successfully, but these errors were encountered: