[arch3/_private/calc1_ahdr.htm]

Re: how to calculate a square root on a Facit C1-13 ?

From: ads
Email: allens123@yahoo.com

Comments

You can use an iteration method to find the sq rt on a 4-function calc. Divide the number by an initial guess, then average the result with the guess and use this as the next guess. Repeat until you get the desired precision. Usually ~4 iterations gives an answer accurate to the number of places the calculator displays.

[arch3/_private/calc1_aftr.htm]