POV-Ray : Newsgroups : povray.off-topic : Square Root? : Re: Square Root? Server Time
8 Jul 2024 08:43:18 EDT (-0400)
  Re: Square Root?  
From: scott
Date: 11 Aug 2015 02:46:30
Message: <55c99a46$1@news.povray.org>
> Here's a question. How do you calculate the square root of a number with
> pencil and paper only?

If you asked me to do it I'd probably use some sort of guessing method 
for each digit then move onto the next. Surprisingly you can normally 
get to within one or two digits just by looking at the previous answers. 
You better be good at multiplication by hand though :-)

eg Find sqrt(70)
(guess 8)
8^2=64
9^2=81
(guess 8.3)
8.3^2=68.89
8.4^2=70.56
(guess 8.36)
8.36^2=69.8896
8.37^2=70.0569
(guess 8.368)
etc.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.