A calculator is a device for performing numerical calculations. The type is considered distinct from both a calculating machine and a computer in that the calculator is a special-purpose device that may not qualify as a Turing machine. Although modern calculators often incorporate a general purpose computer, the device as a whole is designed for ease of use to perform specific operations, rather than for flexibility. Also, modern calculators are far more portable than most other devices called computers, though many PDAs are comparable in size to handheld calculators.
Modern calculators are electrically powered and are made by numerous manufacturers, in countless shapes and sizes varying from cheap, give-away, credit-card sized models to more sturdy adding machine-like models with built-in printers.
Since the late-1980s, it has become common to incorporate simple calculators in other small devices, such as mobile phones, pagers or wrist watches.
"Error" is also displayed if a function or an operation is undefined mathematically, for example, division by zero or even roots of negative numbers (most scientific calculators do not allow complex numbers, though a few expensive ones have a special function for working with them). Some, but not most, calculators do distinguish between these two types of "error", though when they do, it is not easy for the user to understand because they are usually given as "error 1" or "error 2".
Only a few companies develop and make modern professional engineering and finance calculators: The most well-known are Casio, Sharp, Hewlett-Packard (HP) and Texas Instruments (TI). Such calculators are good examples of embedded systems.
In most developed countries, students use calculators for schoolwork. There was some initial resistance to the idea out of fear that basic arithmetic skills would suffer. There remains disagreement about the importance of the ability to perform calculations by hand or "in the head", with some curricula restricting calculator use until a certain level of proficiency has been obtained, while others concentrate more on teaching estimation techniques and problem-solving.
There are other concerns - for example, that a pupil could use the calculator in the wrong fashion but believe the answer because that was the result given by the calculator. Teachers try to combat this by encouraging the student to make an estimate of the result manually and ensuring it roughly agrees with the calculated result. Also, it is possible for a child to type in −1 × −1 and obtain the correct answer '1' without truly realizing the principle involved. In this sense, the calculator becomes a crutch rather than a learning tool, and it can slow down students in exam conditions as they check even the most trivial result on a calculator.
Errors are not restricted to school pupils. Any user could carelessly rely on the calculator's output without double-checking the magnitude of the result - i.e. where the decimal point is positioned. This problem was all but nonexistent in the era of slide rules and pencil-and-paper calculations, when the task of establishing the magnitudes of results had to be done by the sufficiently meticulous user.
Most everyday calculators are not completely accurate. There is a level of detail beyond which they truncate the number in memory, a symptom called arithmetic underflow. This essentially reduces the accuracy of the calculation, and this error can accumulate (for example, if the number is multiplied by itself, the error doubles). It is therefore possible for the calculator to show 51.999999 on the display when the accurate result is, in fact, 52. Also, most everyday calculators do not follow the proper order of operations in mathematics; therefore, if someone were to type (on an average calculator) "2+4×2", they may get 12 (i.e., the answer to "(2+4)×2"), instead of 10, the correct answer (i.e., the answer to "2+(4×2)").
Some fractions such as 2/3 are awkward to display on a calculator display as they are usually rounded to 0.66666667. Also, some fractions such as 0.14285714... can be difficult to recognize in decimal form - in fact, this number is 1/7. Some of the more advanced scientific calculators are able to work in vulgar fractions, although the operation in practice is somewhat awkward.
A fundamental difference between a calculator and most computers is that calculators typically operate in Binary-coded decimal rather than binary as do computers. Also, the market for calculators is extremely price-sensitive; typically the user cares primarily about what is the least expensive model having a specific feature set, but does not care much about speed (since speed is primarily constrained by how fast the user can press the buttons). Thus designers of calculators strive to minimize the number of logic elements on the chip, not the number of clock cycles needed to do a computation.
For instance, instead of a hardware multiplier, a calculator might implement floating point mathematics with code in ROM, and compute trigonometric functions with the CORDIC algorithm because CORDIC does not require floating-point. For similar reasons, bit-serial logic designs are more common in calculators whereas bit-parallel designs dominate general-purpose computers: a bit-serial design minimizes the chip complexity but takes many more clock cycles.
Personal computers and personal digital assistants can perform general calculations in a variety of ways:
javascript:alert(calculation written in Javascript)" in a web browser's address bar (as opposed to "http://website name"). Such calculations can be embedded in a separate Javascript or HTML file as well.
The first calculators were abacuses, and were often constructed as a wooden frame with beads sliding on wires. Abacuses were in use centuries before the adoption of the written Arabic numerals system and are still widely used by merchants and clerks in China and elsewhere.
In 1954, IBM demonstrated a large all-transistor calculator and, in 1957, they released the first commercial all-transistor calculator (the IBM 608). In early 1961, the world's first all-electronic desktop calculator, the Bell Punch/Sumlock Comptometer ANITA (A New Inspiration To Arithmetic) Mk.VII was released. This British designed-and-built machine used vacuum tubes in its circuits and cold-cathode nixie tubes for its display. This model was somewhat error-prone, and was replaced in September 1961 with the much more successful Mark VIII version. It was superseded technologically in June 1963, by the Friden EC-130, which had an all-transistor design, 13-digit capacity on a 5-inch CRT, and introduced reverse Polish notation (RPN) to the calculator market for a price of $2200, which was about triple the cost of an electromechanical calculator of the time. In 1964 Sharp introduced the CS-10A, also an all-transistor desktop calculator, which weighed 25 kg (55 lb) and cost 500,000 yen (~US$2500).
The first hand-held calculator, introduced in January, 1971, was the Sharp EL-8, also marketed as the Facit 1111. It weighed about one pound, had a vacuum fluorescent display, rechargeable NiCad batteries, and initially sold for $395. The first American-made pocket-sized calculator, the Bowmar 901B (popularly referred to as The Bowmar Brain), measuring 5.2×3.0×1.5 in (131×77×37 mm), came out in the fall of 1971, with four functions and an eight-digit red LED display, for $240, while in August 1972 the four-function Sinclair Executive became the first slimline pocket calculator measuring 5.4×2.2×0.35 in (138×56×9 mm) and weighing 2.5 oz (70g). It retailed for around $150 (GB£79). By the end of the decade, similar calculators were priced less than $10 (GB£5).
The first pocket calculator with scientific functions that could replace a slide rule was 1972's $395, HP-35 from Hewlett Packard (HP). It, along with all later HP engineering calculators, used reverse Polish notation (RPN) (where a calculation like "6 – 2" is performed by pressing "6", "Enter↑", "2", and "–"; instead of algebraically: "6", "–", "2", "=").
In 1973, Texas Instruments (TI) introduced the SR-10, (SR signifying slide rule) an algebraic entry pocket calculator, which was later followed by the SR-11 and eventually the TI-30.
The first programmable pocket calculator was the HP-65, in 1974; it had a capacity of 100 instructions, and could store and retrieve programs with a built-in magnetic card reader. A year later the HP-25C introduced continuous memory, i.e. programs and data were retained in CMOS memory during power-off. In 1979, HP released the first alphanumeric, programmable, expandable calculator, the HP-41C. It could be expanded with RAM (memory) and ROM (software) modules, as well as peripherals like bar code readers, microcassette and floppy disk drives, paper-roll thermal printers, and miscellaneous communication interfaces (RS-232, HP-IL, HP-IB).
The two leading manufacturers, HP and TI, released steadily more feature-laden calculators during the 1980s and 90s. At the turn of the millennium, the line between a graphing calculator and a PDA/handheld computer was not always clear, as some very advanced calculators such as the TI-89 and HP-49G could differentiate and integrate functions, run word processing and PIM software, and connect by wire or IR to other calculators/computers.
In March 2002, HP announced that the company would no longer produce calculators, which was hard to fathom for some fans of the company's products; the HP-48 range in particular had an extremely loyal customer base. Nevertheless, HP restarted their production of calculators in late 2003. The new models, however, reportedly didn't have the mechanical quality and sober design of HP's earlier calculators for which HP calculators were once famous (instead featuring the more "youthful" look and feel of contemporary competing designs from TI). In the days when a scientific calculator cost about as much as a computer does today, HP sales reps were famous for starting demonstrations by slamming the calculator on the floor. But today calculators are regarded as cheap, disposable gadgets.
The HP 12c financial calculator is still produced. It was introduced in 1981 and is still being made with nearly no changes. The HP 12c featured the reverse Polish notation mode of data entry. In 2003 several new models were released, including an improved version of the HP 12c, the "HP 12c platinum edition" which added more memory, more built-in functions, and the addition of the algebraic mode of data entry.
General interest:
Mechanical calculators:
Electronic calculators:
history
Pen based calculator
Virtual calculators
Calculators | Mathematical tools | Office equipment
Калкулатор | Kalkulačka | Lommeregner | Taschenrechner | Calculadora | Kalkulilo | ماشین حساب | Calculatrice | מחשבון | Calcolatrice | Rekenmachine | Kalkulator | Kalkulator | 電卓 | Kalkulator | Calculadora | Calculator | Калькулятор | računalo | Калкулатор | Laskin | Miniräknare | เครื่องคิดเลข | 电子计算器
This article is licensed under the GNU Free Documentation License.
It uses material from the
"Calculator".
Home Page • arts • business • computers • games • health • hospitals • home • kids & teens • news • physicians • recreation• reference • regional • science • shopping • society • sports • world