Skip to content

[RFC]: Add C implementation for @stdlib/math/base/special/coth #754

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

Closed
3 tasks done
Pranavchiku opened this issue Dec 21, 2022 · 2 comments · Fixed by #1685
Closed
3 tasks done

[RFC]: Add C implementation for @stdlib/math/base/special/coth #754

Pranavchiku opened this issue Dec 21, 2022 · 2 comments · Fixed by #1685
Assignees
Labels
Enhancement Issue or pull request for enhancing existing functionality. Math Issue or pull request specific to math functionality. Native Addons Issue involves or relates to Node.js native add-ons. RFC Request for comments. Feature requests and proposed changes.

Comments

@Pranavchiku
Copy link
Member

Description

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

double stdlib_base_coth( const double x );

Related Issues

#752 .

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:.
@Pranavchiku Pranavchiku added RFC Request for comments. Feature requests and proposed changes. Feature Issue or pull request for adding a new feature. labels Dec 21, 2022
@kgryte kgryte added Enhancement Issue or pull request for enhancing existing functionality. Math Issue or pull request specific to math functionality. Native Addons Issue involves or relates to Node.js native add-ons. and removed Feature Issue or pull request for adding a new feature. labels Dec 21, 2022
@Pranavchiku Pranavchiku removed their assignment Jan 17, 2023
@lovelindhoni
Copy link
Contributor

Hey @Pranavchiku @kgryte I would like to work on this issue :)

@Pranavchiku
Copy link
Member Author

Thanks for your interest, assigned it to you.

Planeshifter pushed a commit that referenced this issue Mar 5, 2024
PR-URL: #1685
Closes: #754 

---------

Signed-off-by: Lovelin <[email protected]>
Reviewed-by: Pranav Goswami <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
bad-in-coding pushed a commit to bad-in-coding/stdlib that referenced this issue Mar 7, 2024
PR-URL: stdlib-js#1685
Closes: stdlib-js#754 

---------

Signed-off-by: Lovelin <[email protected]>
Reviewed-by: Pranav Goswami <[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
Enhancement Issue or pull request for enhancing existing functionality. Math Issue or pull request specific to math functionality. Native Addons Issue involves or relates to Node.js native add-ons. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
3 participants