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

multipleof does not work for floats #986

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rico227
Copy link

@rico227 rico227 commented Aug 29, 2024

What does this PR do?

In the case of float numbers the multipleOf is not calculated accurately because of the floating point math used in JavaScript. This PR adds a function which does a float safe remainder operation. The remainder in the multipleOf logic is replaced by this function.

What issues does this PR fix or reference?

Ref #985

Is it tested? How?

Added test multipleOfFloat

Steinke, Rico added 3 commits August 28, 2024 15:57
…ding errors and fix checking if a number is a multipleOf for floats
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

Successfully merging this pull request may close these issues.

1 participant