Archives for: "May 2017"
Computing the Square Root
by roger on May.01, 2017, under Uncategorized
How the manual calculation of a square root works: Take the solution algebraically as (a + b) (a + b) => a2 + 2ab + b2 => a2 + b(2a +b) The method pairs the digits from the decimal point and starting with the most significant finds the single integer… more »