https://kotlinlang.org logo
m

mccorby

06/09/2019, 2:57 PM
Hi, Can KMath work with
BigInteger
?
a

altavir

06/09/2019, 3:02 PM
Currently, there are no bindings for
BigInteger
mostly because it is not multiplatform yet, but the support could be added with about 20 lines of code, so If you open an issue and describe your expected use-case, I can add it almost immediately.
Also there was a discussion about adding multiplatform
BigInteger
implementation to it. But there was no great interest so far.
m

mccorby

06/09/2019, 3:12 PM
Thanks, @altavir
b

breandan

06/21/2019, 6:08 AM
a

altavir

06/21/2019, 6:10 AM
Yeah, I believe it was one of three projects implementing the functionality this or that way. I think it is still better to include one of them into a single code base because they are not developing otherwise.
b

breandan

08/14/2019, 9:00 PM
5 Views