
-----------------------------------
basketball4ever
Wed Apr 13, 2005 8:33 pm

Finding the square root without the sqrt command
-----------------------------------
is there a way???

-----------------------------------
Cervantes
Wed Apr 13, 2005 8:44 pm


-----------------------------------
Yes.

put 4**(1/2)


-----------------------------------
Martin
Wed Apr 13, 2005 8:48 pm


-----------------------------------
Or, if you want to have a slightly more interesting answer, you could use a binomial expansion.

http://mathworld.wolfram.com/BinomialSeries.html

-----------------------------------
Delos
Wed Apr 13, 2005 9:00 pm


-----------------------------------
[cough]

I posted up a method using Newton's Method a while back.  Don't know if it's still around.  As a note though, bugz gave me some strange but normal looking numbers that killed it :S.  It still worked though!
