Square root
- eWhabs
-
eWhabs
- Member since: May. 4, 2006
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
At school we were talking about Square and algebra, and this question came into my mind: "How do computers calculate the square root of a number?".
Do they have some kind of list and makecalculations to determine what the number is?
What do you think?
-Disregard females (fuck bitches)
-Acquire currency (get money)
-Ignite cannabis frequently (smoke sum with your homies)
- JeremysFilms
-
JeremysFilms
- Member since: Feb. 18, 2005
- Offline.
-
- Forum Stats
- Member
- Level 18
- Blank Slate
When computers return square roots, they return an approximation. I don't know the algorithm used to return this approximation though.
- 0x41
-
0x41
- Member since: Dec. 30, 2004
- Offline.
-
- Forum Stats
- Member
- Level 10
- Blank Slate
A question like this was asked a week or so ago. The square root of a number x can be calculated as such: e^(0.5*ln(x));

