-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
[RFC]: Add C implementation for @stdlib/math/base/special/rempio2
#781
Comments
For reference, we could alternatively have the signature be rempio2( const double x, double *y1, double *y2 ); Where |
Hello @kgryte @Pranavchiku I would like to work on this issue :) |
@lovelindhoni I'll prefer you to apply review and get #1659 merged. |
Also this PR depends on |
@Pranavchiku I think we can start working on this as the pkgs for this are already implemented in C if it is fine can I take up this issue as I have completed the kernel rempio functions ? |
high-word-abs-mask, high-word-exponent-mask, high-word-significand-mask, get-high-word, get-low-word, from-words |
@USERSATOSHI Since this issue was not assigned specifically, I've been working on this issue and have nearly implemented it, |
@xaman27x this package as of right now was not assigned as this is dependent on and on my side , it is on hold until the c implementation of round is merged |
my bad it seems like the message repeated cause of poor network connection while i doubled clicked on comment as it wasn't sending |
This has now been implemented. Closing... |
Description
This RFC proposes adding C implementation for
@stdlib/math/base/special/rempio2
.Related Issues
Related issues #735.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: