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