Skip to content

[RFC]: Add C implementation for @stdlib/math/base/special/acsc #859

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 Feb 8, 2023 · 3 comments · Fixed by #1298 or #1887
Closed
3 tasks done

[RFC]: Add C implementation for @stdlib/math/base/special/acsc #859

Pranavchiku opened this issue Feb 8, 2023 · 3 comments · Fixed by #1298 or #1887
Labels
Accepted RFC feature request which has been accepted. C Issue involves or relates to C. difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Feature Issue or pull request for adding a new feature. Good First Issue A good first issue for new contributors! Math Issue or pull request specific to math functionality. Native Addons Issue involves or relates to Node.js native add-ons. priority: Normal Normal priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.

Comments

@Pranavchiku
Copy link
Member

Pranavchiku commented Feb 8, 2023

Description

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

double stdlib_base_acsc( const double 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:.
@Pranavchiku Pranavchiku added Enhancement Issue or pull request for enhancing existing functionality. RFC Request for comments. Feature requests and proposed changes. Math Issue or pull request specific to math functionality. Native Addons Issue involves or relates to Node.js native add-ons. Good First Issue A good first issue for new contributors! labels Feb 8, 2023
@kgryte kgryte changed the title [RFC]: Add native C implementation @stdlib/math/base/special/acsc [RFC]: Add C implementation @stdlib/math/base/special/acsc Feb 8, 2023
@kgryte kgryte changed the title [RFC]: Add C implementation @stdlib/math/base/special/acsc [RFC]: Add C implementation for @stdlib/math/base/special/acsc Feb 8, 2023
@kgryte kgryte added Feature Issue or pull request for adding a new feature. priority: Normal Normal priority concern or feature request. C Issue involves or relates to C. difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Accepted RFC feature request which has been accepted. and removed Enhancement Issue or pull request for enhancing existing functionality. labels Feb 23, 2024
@rajutkarsh07
Copy link
Contributor

@Pranavchiku can I work in this issue

@Planeshifter
Copy link
Member

@rajutkarsh07 Great, thanks for taking this on! Just assigned you.

@kgryte
Copy link
Member

kgryte commented Mar 3, 2024

@Planeshifter Before assigning an issue, best to confirm that it has not already been worked on. In this case, Pranav already has a WIP PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted RFC feature request which has been accepted. C Issue involves or relates to C. difficulty: 2 May require some initial design or R&D, but should be straightforward to resolve and/or implement. Feature Issue or pull request for adding a new feature. Good First Issue A good first issue for new contributors! Math Issue or pull request specific to math functionality. Native Addons Issue involves or relates to Node.js native add-ons. priority: Normal Normal priority concern or feature request. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
4 participants