-
-
Notifications
You must be signed in to change notification settings - Fork 804
Add C implementation for @stdlib/math/base/assert/is-even
#1667
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.
Thanks @aman-095 for this! This is ready to merge.
lib/node_modules/@stdlib/math/base/assert/is-even/benchmark/c/native/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-even/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-even/examples/c/example.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-even/include/stdlib/math/base/assert/is_even.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-even/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-even/test/test.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/assert/is-even/test/test.native.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Pranav <[email protected]>
@aman-095 Thanks much for contributing so many C implementations already, it's much appreciated! 🙌 Two small nits for future reference:
Then the suggested commit message when squashing and merging will be auto-populated with the desired format per our git commit message style guide already, making it easier to merge them. Thanks again! |
PR-URL: stdlib-js#1667 Closes: stdlib-js#1666 --------- Signed-off-by: Pranav <[email protected]> Co-authored-by: Pranav <[email protected]> Reviewed-by: Pranav <[email protected]>
Resolves #1666.
Description
This pull request adds native C implementation for
@stdlib/math/base/assert/is-even
.Related Issues
This pull request:
@stdlib/math/base/assert/is-even
#1666Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers