-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 math.frexp function signature #16725
Conversation
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; remaining comments can be addressed in future PR; in particular:
- vmops fix math.frexp function signature #16725 (comment)
- maybe js implementation could be better; at least -0.0 could be handled with signbit
- improve doc comment refs fix math.frexp function signature #16725 (comment)
- add runnableExamples for edge cases (possibly
when not defined(windows)
for buggy windows) refs fix math.frexp function signature #16725 (comment)
@Araq |
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 but we should followup soon with a PR that makes signbit preserved for +-0
true
Shouldn't the new overload have a |
|
Remove |
importc
function