Avik Sengupta
Avik Sengupta
I think we are ok to ship with what we have.
Ah... this need FixedPoint decimal numbers. Wonder if Java uses BigDecimal for these?
This will need one of - https://github.com/tinybike/Decimals.jl - https://github.com/stevengj/DecFP.jl
@bmharsha is it possible to replicate this in Java, and see what values come out?
Fixed via #17
Might well be a bug. Are the documents you use public? If so, would you be able to provide an example that fails?
Would be good to get a PR for this?
Can you paste the stack trace you saw? Looks like a bug on our side.
You have to use the module in which these symbols are defined. Not `Main`. `Main` is the top level module (eg. in the REPL). These symbols are not defined in...
Yes, we could very well have this in this package. I'd be happy to review a PR for this.