-
-
Notifications
You must be signed in to change notification settings - Fork 487
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/acosdf
#3015
Conversation
@gunjjoshi would love your inputs on this, is it okay if i had to increase the tolerance in the tests a bit to accommodate single-precision floating point numbers? |
I think the tolerance levels that we have here, i.e., |
that's what i thought while increasing the tolerance, do you think there's any other stuff that needs to be done in order to merge this @gunjjoshi , would love to work on this |
math/base/special/acosdf
math/base/special/acosdf
lib/node_modules/@stdlib/math/base/special/acosdf/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acosdf/benchmark/benchmark.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acosdf/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acosdf/docs/repl.txt
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acosdf/test/test.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acosdf/test/test.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/math/base/special/acosdf/test/test.native.js
Outdated
Show resolved
Hide resolved
added the changes @gunjjoshi |
@gunjjoshi Would you mind doing one more pass over this PR? |
lib/node_modules/@stdlib/math/base/special/acosdf/benchmark/c/native/benchmark.c
Outdated
Show resolved
Hide resolved
Only a single change needed, looks good otherwise. |
Co-authored-by: Gunj Joshi <[email protected]> Signed-off-by: Athan <[email protected]>
is there anything that is left to do here @gunjjoshi ? , would be happy to implement |
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.
Did a review pass and left one more suggestion. Otherwise, this looks ready to merge for me. Thanks for your contribution!
PR Commit Message
Please review the above commit message and make any necessary adjustments. |
PR-URL: stdlib-js#3015 Ref: stdlib-js#649 Co-authored-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Reviewed-by: Gunj Joshi <[email protected]> Reviewed-by: Athan Reines <[email protected]>
PR-URL: stdlib-js#3015 Ref: stdlib-js#649 Co-authored-by: Athan Reines <[email protected]> Signed-off-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Reviewed-by: Gunj Joshi <[email protected]> Reviewed-by: Athan Reines <[email protected]>
Resolves part of #649.
Description
This pull request:
math/base/special/acosdf
.Related Issues
This pull request:
Questions
Open to reviews!!
Other
No.
Checklist
@stdlib-js/reviewers