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

Conversation

rico227
Copy link
Contributor

@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
@coveralls
Copy link

coveralls commented Feb 6, 2025

Coverage Status

coverage: 84.189% (-0.1%) from 84.313%
when pulling 7278640 on rico227:985-multipleof-does-not-work-for-floats
into dffbff4 on redhat-developer:main.

@ahochsteger
Copy link

ahochsteger commented Feb 24, 2025

@msivasubramaniaan, is there an estimation on when this PR may be merged?
Also have a look at these resources for different ways to address this issue:

Copy link
Contributor

@msivasubramaniaan msivasubramaniaan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@msivasubramaniaan msivasubramaniaan merged commit c1cab4d into redhat-developer:main Mar 12, 2025
4 checks passed
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.

4 participants