We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@stdlib/math/base/special/avercos
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
This RFC proposes adding native C implementation for @stdlib/math/base/special/avercos.
double stdlib_base_avercos( const double x );
#649
No.
RFC:
The text was updated successfully, but these errors were encountered:
Working on it!
Sorry, something went wrong.
math/base/special/avercos
feat: add C implementation for math/base/special/avercos
cb0051c
PR-URL: #1719 Closes: #1714 --------- Signed-off-by: Snehil Shah <[email protected]> Signed-off-by: Pranav <[email protected]> Co-authored-by: Pranav <[email protected]> Reviewed-by: Pranav <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
db71c7c
PR-URL: stdlib-js#1719 Closes: stdlib-js#1714 --------- Signed-off-by: Snehil Shah <[email protected]> Signed-off-by: Pranav <[email protected]> Co-authored-by: Pranav <[email protected]> Reviewed-by: Pranav <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
796193d
Snehil-Shah
Successfully merging a pull request may close this issue.
Description
This RFC proposes adding native C implementation for @stdlib/math/base/special/avercos.
Related Issues
#649
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: