Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decimal support for math functions #152

Open
teofilp opened this issue Sep 5, 2022 · 0 comments
Open

Decimal support for math functions #152

teofilp opened this issue Sep 5, 2022 · 0 comments

Comments

@teofilp
Copy link

teofilp commented Sep 5, 2022

Hello,
We have integrated the library in our application which uses big decimal numbers and we encountered issues regarding math operations such as Abs and Max but I believe all of them have the same problem. When using these functions with big numbers (at least 20 digits) the result of the operations looses precision. The issue can be observed in this fork: After looking through your documentation I noticed that the math operations are using the built in Math functions from .NET and the documentation provides functions only for double. Is there any way you could integrate decimal math operations? It would be helpful to have this feature built in the library so that we don't have to create custom functions for each math function we need

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant