-
-
Notifications
You must be signed in to change notification settings - Fork 579
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 math/base/special/fast/*
(Tracking Issue)
#1917
Comments
This is a tracking issue for C implementations of |
math/base/special/fast/*
( Tracking Issue )math/base/special/fast/*
(Tracking Issue)
Awesome, thanks @gunjjoshi! I'll expect this to get done quickly. Edit: If there are no blockers for |
Sure @Pranavchiku,, as there are no blockers on the remaining ones, I'll look forward to wrap this up super quick ! |
I think this was close by mistake, reopening |
@gunjjoshi Hi, for copying the link directly[feat(math): c implementation of alpha-max-plus-beta-min](https://github.com/stdlib-js/stdlib/pull/1947) |
Done @USERSATOSHI ! Thanks. |
I also found this pr for feat: add C implementation for math/base/special/fast/uint32-log2 for copying the link format
|
As all tasks are completed, we can close this now. |
Brilliant, nice job! |
Description
This RFC proposes adding C implementations for the following packages :
math/base/special/fast/abs
#1894math/base/special/fast/acosh
#1897math/base/special/fast/alpha-max-plus-beta-min
#1947math/base/special/fast/asinh
#1908math/base/special/fast/atanh
#1909math/base/special/fast/hypot
#1910math/base/special/fast/max
#1912math/base/special/fast/min
#1913math/base/special/fast/pow-int
#1919math/base/special/fast/uint32-log2
#1946math/base/special/fast/uint32-sqrt
#1960Related Issues
Related issues #649.
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: