name:   Sqrt2
author: Alain Brobecker (baah/Arm's Tech)
size:   780 bytes
needs:  Risc OS
descr.: 1.4142135623730950488016887242...
-----------------------------------------------------------------------------
  This computes decimal digits of sqrt2 with the algorithm used to compute
squareroots by hand. I'm not that enthusiast about this version, and i hope
to come with a better one. But it is much faster than the sqrt2iter program
provided with SockZ.

  Many THANX to Eli-Jean (aka Pervert/Tropics, or was it Perfect? ;) for
all the time he spent to make CodeCraft #2 a big success. A big hello to
every CodeCraftsMan lying around! :)

  Files included are:
Sqrt2                   ;1.4142135623730950488016887242...
ReadMe                  ;Guess what
More.MkSqrt2            ;Contains some interesting routines
More.Basic              ;Basic version of the algorithm
More.MkOld              ;Routines are smaller
