Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/13/03 12:42
Read: times


 
#41421 - Square root algo
Hi,
I have written a square root finding algo which uses the fact that N^2=sum of first N odd integers,so I simply add odd integers until the sum is greater than N,which gives an error of no more than 1,but does anyone know of a better and more accurate way to do this in floating point?
Thanks

List of 10 messages in thread
TopicAuthorDate
Square root algo            01/01/70 00:00      
   RE: Square root algo            01/01/70 00:00      
   RE: Square root algo            01/01/70 00:00      
      RE: Square root algo            01/01/70 00:00      
         RE: Square root algo            01/01/70 00:00      
   RE: Square root algo            01/01/70 00:00      
      RE: Square root algo            01/01/70 00:00      
   RE: Square root algo            01/01/70 00:00      
      RE: Square root algo            01/01/70 00:00      
         RE: Square root algo            01/01/70 00:00      

Back to Subject List