-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Update utils.py #64
base: master
Are you sure you want to change the base?
Update utils.py #64
Conversation
Removed the need to import math by implementing another method to calculate a sqrt.
But why? |
he wanted to contribute to this code someway hahaha |
Removes the need for an import and improves efficiency, even if not by much. |
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.
Ok
You didn't suggest any changes. |
Hi guys, I was just looking some PR's to see if there was any new improvement and found this. |
Good to know! Thanks for the reply! |
Removed the need to import math by implementing another method to calculate a sqrt.