Archives for: "May 2017"

Computing the Square Root

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 »
Send feedback » more...