-
Notifications
You must be signed in to change notification settings - Fork 90
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
fix(double): op_mod for subnormal double (#1303) #1367
Conversation
Here are three observations from the provided
These observations highlight areas where improvements can be made for clarity, correctness, and efficiency. |
Pull Request Test Coverage Report for Build 4362Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (3)
- NOTICE: Language not supported
- double/mod_nonjs.mbt: Language not supported
- double/mod_test.mbt: Language not supported
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #1303
Rewrite
op_mod
for Double using MUSL implementation (src/math/fmod.c). The origin license of the file is in commit b69f695.More tests are provided.