stdlib-js/stdlib

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

gunjjoshi opened this issue · 4 comments

Description

Description

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

float stdlib_base_atanf( 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.

For this, we will need constants/float32/pi. I will be making a separate PR for that.

#2042 must be merged for this.

#2046 must also be merged for this.