You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my point of view, this function intends to use newton method to get the approximate value of a squre root. However, if this is indeed using newton method, the method should be changed to:
In Chapter 1.2 $GOPATH and workspace, there is an algorithm describing a squre root math method writing in Golang.
In my point of view, this function intends to use newton method to get the approximate value of a squre root. However, if this is indeed using newton method, the method should be changed to:
Correct me if I am wrong. For reference: https://gist.github.com/abesto/3476594
The text was updated successfully, but these errors were encountered: