stdlib
stdlib copied to clipboard
[RFC]: Add C implementation for `@stdlib/math/base/special/acsch`
Description
This RFC proposes adding native C implementation for stdlib/math/base/special/acsch.
double stdlib_base_acsch( 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:.