w3tw1lly Messages 20 Reaction score 0 Thread starter Apr 16, 2007 #1 Just bored and decided I want to make my own little calculator on my computer. What is the method for finding the square root of an input number?
Just bored and decided I want to make my own little calculator on my computer. What is the method for finding the square root of an input number?
christianjb Messages 529 Reaction score 1 Apr 16, 2007 #2 To find the sqrt of a x'=(a/x+x)/2 iterate. Have fun.
w3tw1lly Messages 20 Reaction score 0 Apr 16, 2007 #3 Thanks, I appreciate it. Sorry it was such a bad question:shy:. Last edited: Apr 16, 2007