Mateusz Woś
Mateusz Woś
Hi @XeHeSi. Yes, we are aware of that, the issue is tracked in #55. Right now it's our main priority to implement it correctly.
I appreciate your constructive criticism and I appreciate that you gave a `shopspring/decimal` a try. :) This library has a lot of limitations and issues that we should work on,...
Hi @Turing-Chu! That sounds like a great idea, but such a thing would require additional expression storage on the `decimal` struct level, thus it will potentially increase the memory usage...
HI @skkep! I'm not sure what do you mean, sorry. You can easily chain different decimal's calls on a single Decimal variable, eg. `d.Div(d1).Mul(d2).RoundBank(places)` Could you elaborate?
Oh, now when I read this issue once again and finally understand what you had in mind. The PR title kinda confused me. We will consider your request. :D For...
Hi @myxtype. Thanks for pointing that. The corresponding PR that already implement the mentioned issue was created some time ago #92, but we haven't decided to merge it to the...
This can might be a valid workaround if we aiming for a dependency-free library. Thanks a lot for the idea @epelc. :D
Thanks for providing test cases @piyongcai :) I will try to review your code later this week or next to one, as I need to get familiarized with MsgPack before...
I've already seen requests for NaN, +/- Inf support few times. It's about the time to start thinking about it. Anyways, I have the exact same concerns as @vadimg. A...
Does the current implementation of those trigonometric functions not work correctly? Or you meant the current implementation is just too complex and it can be easily refactored? If the second...