-
-
Notifications
You must be signed in to change notification settings - Fork 834
feat: add math/base/special/gcdf
#2997
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
@Planeshifter Ready for initial review! |
Signed-off-by: Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
lib/node_modules/@stdlib/math/base/special/gcdf/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gcdf/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gcdf/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gcdf/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gcdf/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gcdf/benchmark/julia/REQUIRE
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/gcdf/benchmark/julia/benchmark.jl
Outdated
Show resolved
Hide resolved
@aayush0325 |
noted, will push the cnanges soon! |
@Planeshifter , i've rebased the branch and made the changes but when i try to push them it looks through all the changed files (due to rebasing i think) and there's apparently a linting error in one of them so i'm not able to push my code. how to proceed here. |
@aayush0325 You can bypass the hook by pushing with the |
PR-URL: stdlib-js#3059 Ref: stdlib-js#2997 Ref: stdlib-js#3055 Ref: stdlib-js#649 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
73a539a
to
604ada8
Compare
kindly let me know if i should make any other changes @Planeshifter |
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
Resolves part of #649 .
Description
This pull request:
math/base/special/gcdf
Related Issues
This pull request:
Questions
No.
Other
Checklist
@stdlib-js/reviewers