We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@stdlib/math/base/special/acsc
This RFC proposes adding C implementation for @stdlib/math/base/special/acsc.
double stdlib_base_acsc( const double x );
Related issues #649
No.
RFC:
The text was updated successfully, but these errors were encountered:
I would love to work on this, along with other C implementations to unary base special math functions , once this gets merged.
Sorry, something went wrong.
A PR has already been raised on the same issue
This is the duplicate of #859. I will be closing this.
Successfully merging a pull request may close this issue.
Description
This RFC proposes adding C implementation for
@stdlib/math/base/special/acsc
.double stdlib_base_acsc( const double x );
Related Issues
Related issues #649
Questions
No.
Other
No.
Checklist
RFC:
.The text was updated successfully, but these errors were encountered: