-
-
Notifications
You must be signed in to change notification settings - Fork 823
[RFC]: Add C implementation for @stdlib/math/base/special/pow
#1656
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
Comments
Implementing this will unblock a lot of packages, but it will take some time and is on a difficult side. Requesting new comers to avoid unless they have added C implementation for atleast 5 math functions ( feel confident enough ). |
@Pranavchiku I would like to work on this issue. |
Hey, @Pranavchiku I have added C implementations for a few math functions, and I have a fair understanding of the code flow. I would like to contribute to this issue. |
@Pratik772846 you may feel free to pick over any of easy math packages, this will be tricky for you at moment. I'll let @aman-095 give a shot to this. |
I have implementation ready for this, but it requires C implementation of is-even and is-odd functions. Should I go ahead and implement these two as well? |
Ahh, I might have missed out checking those, it will be fairly simple, proceed and get those done. |
Hey @aman-095, are you still working on this ? |
Yes @gunjjoshi , I am working on this. |
PR-URL: #1739 Closes: #1656 --------- Signed-off-by: Athan <[email protected]> Co-authored-by: Athan <[email protected]> Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
Description
This RFC proposes adding native C implementation for
@stdlib/math/base/special/pow
.Related Issues
None.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: