Be a Supporter!

Square root

  • 394 Views
  • 2 Replies
New Topic Respond to this Topic
eWhabs
eWhabs
  • Member since: May. 4, 2006
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Square root 2006-10-20 21:32:05 Reply

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)

BBS Signature
JeremysFilms
JeremysFilms
  • Member since: Feb. 18, 2005
  • Offline.
Forum Stats
Member
Level 18
Blank Slate
Response to Square root 2006-10-20 21:44:21 Reply

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
Response to Square root 2006-10-20 22:14:23 Reply

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));