Fast inverse square root in golang #646
Closed
yan-aint-nickname
started this conversation in
Show and tell
Replies: 2 comments
-
Instead of using the original comments, you should replace them with something more informative so the person reading it can learn something instead of just being confused. It is worthy of a pull request. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just an fyi, this already exists in https://github.com/TheAlgorithms/Go/blob/6429dfdb87ad0b2ae462f42f5307b6c0bcaca5c4/math/binary/sqrt.go |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented
Fast inverse square root
in golang, I didn't see it on a website(only in Java). Is it worth it to make a PR to the repoGist with code is below
https://gist.github.com/yan-aint-nickname/7be20c6903e4d434a3d04d788b5fcdb1
Beta Was this translation helpful? Give feedback.
All reactions