-
-
Notifications
You must be signed in to change notification settings - Fork 564
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/lcmf
#3098
Conversation
ready for review @Planeshifter ! |
/stdlib merge |
/stdlib update-copyright-years |
We also have a PR for the same package at #3096. |
@gunjjoshi Hmm...indeed. That other PR seems like it still needs a bit of work. Do you think this one is in better shape? |
@kgryte Yes, I think this one would need only a little changes, as compared to a lot more corrections, still to be pointed out in the other PR. |
How should we proceed here then @kgryte ? |
lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/benchmark.native.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
This PR should be good to go once the comments have been addressed. |
lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/lcmf/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
@gunjjoshi resolved the issues with the commit history of this branch now this only contains the required files, with the requested changes. |
/stdlib merge |
Coverage Report
The above coverage report was generated for the changes in this PR. |
does this need any changes @gunjjoshi ? |
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.
PR looks good; thank you @aayush0325 for your contribution and to @gunjjoshi for reviewing.
PR-URL: stdlib-js#3098 Ref: stdlib-js#649 --------- Reviewed-by: Gunj Joshi <gunjjoshi8372@gmail.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Co-authored-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Resolves a part of #649.
Description
This pull request:
math/base/special/lcmf
Related Issues
This pull request:
Questions
No.
Other
Open to reviews!!
Checklist
@stdlib-js/reviewers