Post Reply 
Why do even the simplest calculators feature a square root key?
05-07-2018, 11:16 PM (This post was last modified: 05-07-2018 11:18 PM by hibiki.)
Post: #20
RE: Why do even the simplest calculators feature a square root key?
Dieter, aside the marketing aspects explained above, I think I found another clue for square root function present in simple calculators.
I made a research in the book "Inside Your Calculators - Gerald R. Rising - Wiley 2007". This books presents the algorithms used in calculators.
In synthesis, once you have implemented the four arithmetic basic operations and have some free registers memories, to implement the square root function is very easy using Newton´s Method (sucessive aproximation) that is a short routine and fast to find the root. The implementation of Integer Power is easy too, but Rational powers is not so easy to implement. The algorithm described in the book for rational powers uses the square root function, and is a bit longer routine. So in my understanding based on this book, the square root function precedes the power function, and is not dependent of nothing more than the basic operations division, addition and compare.

My calcs: HP12C, HP15C, HP17BII+, HP20S, HP20B, HP32SII, HP34C, HP35S, HP42S, HP48GX.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Why do even the simplest calculators feature a square root key? - hibiki - 05-07-2018 11:16 PM



User(s) browsing this thread: 1 Guest(s)