-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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 <85227306+Pranavchiku@users.noreply.github.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.
Minor changes requested, once done this will be ready to merge.
Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
Signed-off-by: GUNJ JOSHI <gunjjoshi8372@gmail.com>
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 <85227306+Pranavchiku@users.noreply.github.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.
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