View Single Post
  #2 (permalink)  
Old 04-29-08, 04:58 AM
UnrealEd's Avatar
UnrealEd UnrealEd is offline
Community Liaison
 
Join Date: May 2005
Location: Antwerp, Belgium
Posts: 3,165
Thanks: 4
Thanked 25 Times in 25 Posts
This sounds like a homework assignment to me

Anyway: I don't think there's any easy way to create a square root function similar to the Math.square or Math.pow method. Basically I think this is completely stupid as the Math.square function allready does the job.

What exactly do you mean with "implement the square root function using binary search"?

Can you post what you have thus far?
__________________
"Good judgement comes from experience, and experience comes from bad judgement." - Fred Brooks

Reply With Quote