-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Added tests for the sqrt()
method in math.sw
#5423
Conversation
Will need help with adding assignees, adding labels, and requesting reviewers due to permissions. Lmk if anything else is desired with this change. |
math.sw
sqrt()
method in math.sw
Nice, but these can be unit tests inside the stdlib, right? |
You are correct. I would actually prefer the tests for |
If possible I think makes more sense. Thanks! :D |
Moved the tests for |
Description
Closes #5330
Previously, there were no tests for the
sqrt()
method inmath.sw
. This adds square root tests in the Rust test suite.Other tests are found here:
pow()
log()
andlog2()
Checklist
Breaking*
orNew Feature
labels where relevant.