-
-
Notifications
You must be signed in to change notification settings - Fork 836
feat: add C implementation for math/base/special/logaddexp
#1442
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
Conversation
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.
This is good, nice progress. Requested a few changes, once done this PR will be ready to merge.
lib/node_modules/@stdlib/math/base/special/logaddexp/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/logaddexp/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/logaddexp/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/logaddexp/examples/c/example.c
Outdated
Show resolved
Hide resolved
...ode_modules/@stdlib/math/base/special/logaddexp/include/stdlib/math/base/special/logaddexp.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/logaddexp/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/logaddexp/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/logaddexp/src/main.c
Outdated
Show resolved
Hide resolved
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.
There is a minor comment I'll let Athan or Phillip address, rest all looks good to me. Thanks @aman-095!
lib/node_modules/@stdlib/math/base/special/logaddexp/src/main.c
Outdated
Show resolved
Hide resolved
@stdlib/math/base/special/logaddexp
math/base/special/logaddexp
lib/node_modules/@stdlib/math/base/special/logaddexp/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.
Thanks @aman-095 for your work! I'll recommend you to shift towards slightly more difficult packages :)
PR-URL: stdlib-js#1442 Closes: stdlib-js#1432 --------- Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Reviewed-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
Resolves #1432.
Description
This pull request adds native C implementation for
@stdlib/math/base/special/logaddexp
Related Issues
This pull request:
@stdlib/math/base/special/logaddexp
#1432Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers