-
-
Notifications
You must be signed in to change notification settings - Fork 762
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
feat: add C implementation for math/base/special/binomcoef
#2729
Conversation
math/base/special/binomcoef
math/base/special/binomcoef
I have excluded the tests to check when the input in either |
I've fixed the PR title, but still the check is failing. |
@gunjjoshi Try merging in the latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor concern, but otherwise should be ready to land!
lib/node_modules/@stdlib/math/base/special/binomcoef/manifest.json
Outdated
Show resolved
Hide resolved
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge after CI has passed!
PR-URL: stdlib-js#2729 Ref: stdlib-js#649 --------- Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
Resolves #2206.
Description
This pull request:
C
implementation formath/base/special/binomcoef
.Related Issues
This pull request:
math/base/special/binomcoef
#2206 and a part of [RFC]: Add C implementations to base special math functions (tracking issue) #649.Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers