-
-
Notifications
You must be signed in to change notification settings - Fork 620
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
feat: add math/base/special/gcdf
#2997
Conversation
@Planeshifter Ready for initial review! |
Signed-off-by: Aayush Khanna <[email protected]>
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
PR-URL: #3059 Ref: #2997 Ref: #3055 Ref: #649 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Gunj Joshi <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
@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 <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Gunj Joshi <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
73a539a
to
604ada8
Compare
kindly let me know if i should make any other changes @Planeshifter |
Signed-off-by: Philipp Burckhardt <[email protected]>
Signed-off-by: Philipp Burckhardt <[email protected]>
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