Mateusz Woś
Mateusz Woś
Got it, I think I understand your use case. I will try to move Pow implementation further next week, but I can't promise anything as I'm working on this library...
Also if you wonder why Golang does not have a built-in decimal type I'm linking below few issues where community was discussing that with Golang authors: - https://github.com/golang/go/issues/12127 - https://github.com/golang/go/issues/12332
> Pythons implementation spwed some weird dhiet out like infinity + NotANumber * i, wierdest shiet i ever witnessed to be hones Haha, I laughed so hard reading this xD...
Python implementation of maths operations (in decimal lib) are a bit tricky sometimes and hard to understand as authors usually rely on Python language features. I've tried to base my...
Also, thanks for that paper! I will definitely look at this and the implementation itself too. :DD
HI @huahuayu. Do you mean converting math formula (string representation) to code? For example: `A * B + C` to `A.Mul(B).Add(C)`? If so this library does not support such a...
I don't know any of such tools, unfortunately, but I believe there are a few of them already somewhere on the internet in different languages (at least for simple math...
I'm sorry, but I do not speak Chinese. Anyways, I think adding `IsNil` for improving data serialization via struct tag would be beneficial. I will add this request to our...
I had no idea there is a well-known depreciation doc format. Thanks a lot for letting me know! :3
Thanks for creating this issue @alexandrinaw. This "bug" should be at least documented in code, because as @martskins said many people use this believing that the result is correct. I'm...