Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC]: Add C implementation for @stdlib/math/base/special/aversin #1721

Closed
3 tasks done
Snehil-Shah opened this issue Mar 5, 2024 · 1 comment · Fixed by #1731
Closed
3 tasks done

[RFC]: Add C implementation for @stdlib/math/base/special/aversin #1721

Snehil-Shah opened this issue Mar 5, 2024 · 1 comment · Fixed by #1731

Comments

@Snehil-Shah
Copy link
Member

Description

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

double stdlib_base_avercos( const double x );

Related Issues

Related issues #649

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:.
@Snehil-Shah
Copy link
Member Author

Working on it!

Planeshifter pushed a commit that referenced this issue Mar 6, 2024
PR-URL: #1731
Closes: #1721

---------

Signed-off-by: Snehil Shah <[email protected]>
Co-authored-by: Pranavchiku <[email protected]>
Reviewed-by: Pranavchiku <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
utkrs01 pushed a commit to utkrs01/stdlib that referenced this issue Mar 7, 2024
PR-URL: stdlib-js#1731
Closes: stdlib-js#1721

---------

Signed-off-by: Snehil Shah <[email protected]>
Co-authored-by: Pranavchiku <[email protected]>
Reviewed-by: Pranavchiku <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
nishant-s7 pushed a commit to nishant-s7/stdlib that referenced this issue Mar 7, 2024
PR-URL: stdlib-js#1731
Closes: stdlib-js#1721

---------

Signed-off-by: Snehil Shah <[email protected]>
Co-authored-by: Pranavchiku <[email protected]>
Reviewed-by: Pranavchiku <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant