-
-
Notifications
You must be signed in to change notification settings - Fork 795
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/bernoulli
#1860
Conversation
Since there was inactivity on #1664 due to a dependency's C implementation not being done, and all its dependencies' C installation are done now, so I've made this PR. |
lib/node_modules/@stdlib/math/base/special/bernoulli/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/bernoulli/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Pranav <[email protected]>
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.
Minor changes requested, once done this will be ready to merge.
Co-authored-by: Pranav <[email protected]> Signed-off-by: GUNJ JOSHI <[email protected]>
Co-authored-by: Pranav <[email protected]> Signed-off-by: GUNJ JOSHI <[email protected]>
Signed-off-by: GUNJ JOSHI <[email protected]>
I have made the changes as per your suggestions. Thanks for pointing them out @Pranavchiku ! |
lib/node_modules/@stdlib/math/base/special/bernoulli/src/main.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Pranav <[email protected]>
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.
Works well locally. Looks good to me. Thanks @gunjjoshi !
Resolves #1664
Description
This pull request:
math/base/special/bernoulli
.Related Issues
This pull request:
@stdlib/math/base/special/bernoulli
#1664Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers