Closed
Description
Description
This RFC proposes adding math/base/special/acotf
, which would be the single-precision equivalent of math/base/special/acot
.
float stdlib_base_acotf( const float x )
Related Issues
None.
Questions
No.
Other
No.
Checklist
- I have read and understood the Code of Conduct.
- Searched for existing issues and pull requests.
- The issue name begins with
RFC:
.