stdlib
stdlib copied to clipboard
[RFC]: Add C implementation for `@stdlib/math/base/special/acsc`
Description
This RFC proposes adding native C implementation for @stdlib/math/base/special/acsc.
double stdlib_base_acsc( const double x );
Related Issues
None.
Questions
No.
Other
No.
Checklist
- [X] I have read and understood the Code of Conduct.
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with
RFC:.