stdlib-js/stdlib

[RFC]: add `math/base/special/acscf`

gunjjoshi opened this issue · 1 comments

Description

This RFC proposes adding math/base/special/acscf, which would be the single-precision equivalent for math/base/special/acsc.

float stdlib_base_acscf( 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:.

I'd like to work on this.