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

Floating-point rounding errors when serializing amounts #14

Open
saltire opened this issue Jul 10, 2020 · 1 comment
Open

Floating-point rounding errors when serializing amounts #14

saltire opened this issue Jul 10, 2020 · 1 comment

Comments

@saltire
Copy link

saltire commented Jul 10, 2020

The numberFormat function in /src/Gateways/RealexConnector.ts doesn't always parse floats correctly, and needs to do some rounding.

For example:
numberFormat(2.28) returns '227.99999999999997'
numberFormat(19.76) returns '1976.0000000000002'

@foodciti
Copy link

@saltire HAVE YOU RESOLVED THIS ISSUE. I STUCKED IN THIS

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

2 participants