https://kotlinlang.org logo
Title
t

thomasnield

01/05/2019, 3:42 PM
@altavir I might be naive, but are there any thoughts regarding BigDecimal support or if it is even necessary? I know it's a JVM thing and can get marginalized by having operations delegated to Double anyway...
a

altavir

01/05/2019, 3:44 PM
It is also on the agenda. It is very simple to do. Just implement field over it. And it will work everywhere. Requires about an hour to do. Put a request if you need it. Better with a use-case.
t

thomasnield

01/05/2019, 3:47 PM
Your implementations are very clean, although a bit esoteric which can't be avoided. Still trying to figure out the entire hierarchy but it looks highly extensible.
a

altavir

01/05/2019, 3:48 PM
There is big update coming probably tomorrow. With simpler hierarchy and documentation.
t

thomasnield

01/05/2019, 3:48 PM
I'm looking at the
dev
branch.
Do you think random package is in scope with continuous and discrete distributions? It's not uncommon to generate matrix of random variables.
And maybe rational numbers?
a

altavir

01/05/2019, 3:50 PM
It is in the experimental. And not everything is pushed to the repo. Need to finish documentation.