-
-
Notifications
You must be signed in to change notification settings - Fork 836
feat: add math/base/special/nonfibonaccif
#3391
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
/stdlib update-copyright-years |
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/README.md
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/benchmark/c/native/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/docs/repl.txt
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/examples/c/example.c
Outdated
Show resolved
Hide resolved
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/lib/main.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/lib/native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/src/Makefile
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/test/test.native.js
Show resolved
Hide resolved
Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
pushed the requested changes @gunjjoshi! |
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/nonfibonaccif/test/test.native.js
Outdated
Show resolved
Hide resolved
…test.native.js Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
…test.js Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
…ain.c Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
…ain.c 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.
This now LGTM. Thanks, @gunjjoshi, for doing an initial review. @aayush0325 You'll want to review the various changes we needed to make and update your other math/base/special/*
PRs accordingly and where applicable.
PR-URL: stdlib-js#3391 Ref: stdlib-js#649 Co-authored-by: Athan Reines <kgryte@gmail.com> Co-authored-by: Gunj Joshi <gunjjoshi8372@gmail.com> Reviewed-by: Athan Reines <kgryte@gmail.com> Reviewed-by: Gunj Joshi <gunjjoshi8372@gmail.com> Co-authored-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Progresses #649
Description
This pull request:
math/base/special/nonfibonaccif
with relevant tests, docs, benchmarks and examples.Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers