stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

[RFC]: Add C implementation for `@stdlib/math/base/special/asec`

Open Pranavchiku opened this issue 2 years ago • 0 comments

Description

This RFC proposes adding C implementation for @stdlib/math/base/special/asec.

double stdlib_base_asec( 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:.

Pranavchiku avatar Feb 08 '23 10:02 Pranavchiku