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

Use Decimal instead of float #1

Open
BadWolf1023 opened this issue Jan 26, 2022 · 1 comment
Open

Use Decimal instead of float #1

BadWolf1023 opened this issue Jan 26, 2022 · 1 comment
Labels
good first issue Good for newcomers

Comments

@BadWolf1023
Copy link
Owner

Convert all float numbers to Decimal objects. High precision is needed because the calculations have money. Plus, some very small floating point numbers are being used where precision itself could be an issue.

@BadWolf1023 BadWolf1023 added the good first issue Good for newcomers label Jan 26, 2022
@TheRoyalMuffinMan
Copy link

I'd like to be assigned to it, which files are your referring to that need this change?

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

No branches or pull requests

2 participants