-
-
Notifications
You must be signed in to change notification settings - Fork 793
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 C implementation for math/base/special/log10
#743
Conversation
@kgryte I am not sure about implementation in main.c, if you can have a look. |
lib/node_modules/@stdlib/math/base/special/log10/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
All tests and benchmarks cleared, this PR can have a review. |
@stdlib/math/base/special/log10
math/base/special/log10
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.
@kgryte I think this PR can have a final go through and this will then be ready to merge.
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.
LGTM!
Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[email protected]>
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.
LGTM.
@gunjjoshi Now that this is merged, would you be willing to migrate to |
Yes @kgryte, I'll migrate the C implementation for this to |
Made a PR for this at #2215. |
Resolves #733.
Checklist
@kgryte