Skip to content

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

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 · 4 comments · Fixed by #1720
Closed
3 tasks done

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

Pranavchiku opened this issue Feb 8, 2023 · 4 comments · Fixed by #1720
Assignees
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 C implementation for @stdlib/math/base/special/asec.

double stdlib_base_asec( 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 added Feature Issue or pull request for adding a new feature. Accepted RFC feature request which has been accepted. 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. and removed Enhancement Issue or pull request for enhancing existing functionality. labels Feb 23, 2024
@anudeeps0306
Copy link
Contributor

@Pranavchiku @kgryte Can I work on this issue

@Pranavchiku
Copy link
Member Author

Go ahead, I'll assign you this.

@gunjjoshi
Copy link
Member

Hey @anudeeps0306, are you still working on this ?

@anudeeps0306
Copy link
Contributor

@gunjjoshi yes

Planeshifter added a commit that referenced this issue Mar 9, 2024
PR-URL: #1720
Closes: #861

---------

Signed-off-by: Philipp Burckhardt <[email protected]>
Co-authored-by: Philipp Burckhardt <[email protected]>
Co-authored-by: Pranav <[email protected]>
Reviewed-by: Pranav <[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
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
Development

Successfully merging a pull request may close this issue.

4 participants