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 math/base/special/binomcoef #2206

Open
3 tasks done
gunjjoshi opened this issue Apr 26, 2024 · 1 comment
Open
3 tasks done

[RFC]: add C implementation for math/base/special/binomcoef #2206

gunjjoshi opened this issue Apr 26, 2024 · 1 comment
Assignees
Labels
Accepted RFC feature request which has been accepted. C Issue involves or relates to C. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. RFC Request for comments. Feature requests and proposed changes.

Comments

@gunjjoshi
Copy link
Contributor

Description

This RFC proposes adding C implementation for math/base/special/binomcoef.

double stdlib_base_binomcoef( const double n, const double k );

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:.
@gunjjoshi
Copy link
Contributor Author

I'd like to work on this.

@kgryte kgryte added RFC Request for comments. Feature requests and proposed changes. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. Accepted RFC feature request which has been accepted. C Issue involves or relates to C. labels Apr 27, 2024
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. Feature Issue or pull request for adding a new feature. Math Issue or pull request specific to math functionality. RFC Request for comments. Feature requests and proposed changes.
Projects
None yet
Development

No branches or pull requests

2 participants