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

multiple bug fixed #3004

Closed
wants to merge 3 commits into from
Closed

multiple bug fixed #3004

wants to merge 3 commits into from

Conversation

sbrsubuvga
Copy link

it closes #2962

console.log(14400000/3600000)
// Outputs: 4
console.log(14400000*(1/3600000))
// Outputs: 3.9999999999999996

@sbrsubuvga sbrsubuvga changed the title multiple bux fixed multiple bug fixed Nov 21, 2023
@Nargonath
Copy link
Member

I don't know if @Marsup would take up the fix but usually you need to add tests for the case you're fixing. This test would fail with the current code and be solved by your solution.

@Marsup
Copy link
Collaborator

Marsup commented Nov 22, 2023

I actually have a working branch for this issue, do you want to keep working on this or should I take over?

@Marsup Marsup added the bug Bug or defect label Nov 22, 2023
@Marsup Marsup self-assigned this Nov 22, 2023
@sbrsubuvga sbrsubuvga closed this Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug or defect
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple doesn't work correct
4 participants