stdlib-js/stdlib

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

gunjjoshi opened this issue · 2 comments

Description

This RFC proposes adding math/base/special/acosf, which would be a single precision implementation for math/base/special/acos.

float stdlib_base_acosf( 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 would like to work on this.

Assigned.