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/bernoulli #1664

Closed
3 tasks done
rajutkarsh07 opened this issue Mar 3, 2024 · 7 comments · Fixed by #1860
Closed
3 tasks done

[RFC]: Add C implementation for @stdlib/math/base/special/bernoulli #1664

rajutkarsh07 opened this issue Mar 3, 2024 · 7 comments · Fixed by #1860
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. status: Blocked Issue or pull request which is current blocked.

Comments

@rajutkarsh07
Copy link
Contributor

rajutkarsh07 commented Mar 3, 2024

Description

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

double stdlib_base_bernoulli( const int n );

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:.
@stdlib-bot
Copy link
Contributor

👋 Hi there! 👋

And thank you for opening your first issue! We will get back to you shortly. 🏃 💨

@rajutkarsh07
Copy link
Contributor Author

@Planeshifter @Pranavchiku @kgryte I am working on this issue, please assign this issue to me

@Pranavchiku
Copy link
Member

This depends on #1670.

@Pranavchiku Pranavchiku added Feature Issue or pull request for adding a new feature. 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! status: Blocked Issue or pull request which is current blocked. 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. labels Mar 4, 2024
@Pranavchiku
Copy link
Member

Also on @stdlib/math/base/assert/is-nonnegative-integer which donot have C implementation, you may proceed to add that if you wish.

@gunjjoshi
Copy link
Member

Hey @Pranavchiku, can I get assigned for this ? I can work on this after my PR for the C implementation of @stdlib/math/base/assert/is-nonnegative-integer gets merged.

@rajutkarsh07
Copy link
Contributor Author

@Pranavchiku @Planeshifter assign me this issue

@gunjjoshi
Copy link
Member

Hey @rajutkarsh07, if you want to work on this, you can get assigned and go ahead ! No problem with that. Thanks !

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. status: Blocked Issue or pull request which is current blocked.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants