# Mechanical Calculator: FACIT

> My 2016 physical examination of the FACIT mechanical calculator used by my father shows how arithmetic is implemented with gears, shafts, counters, and carry mechanisms.

- Author: Muhammet Ali Köker
- Language: en
- Canonical: https://alikoker.com.tr/en/facit-mechanical-calculator
- Translation: https://alikoker.com.tr/facit-inceleme
- Published: 2016-09-28T10:47:06+03:00
- Modified: 2026-08-31T22:50:00+03:00
- Verified: 2026-08-07T11:00:00+03:00
- Type: article

FACIT takes its name from the company that manufactured it. Founded in Sweden in 1922, the company produced typewriters and mechanical office machines for many years. Its calculators were also used widely in Türkiye. FACIT was later acquired by Ericsson and eventually closed as electronic calculators became widespread.

During the 1980s, many tradespeople in Türkiye used these calculators. I examined the machine that my father had used during that period. The FACIT is a heavy and robust machine whose appearance resembles a typewriter. The model I examined is an advanced version of the hand-cranked FACIT. Instead of a manually rotated lever, it contains an electric motor. Powered from 220 volts, it performs the four basic arithmetic operations within a short time. During operation, it produces a sound similar to a dot-matrix printer.

The upper part of the device contains a mechanical display and the lower part contains the keypad. The arrangement of the digits was particularly notable: the numbers are positioned in a left-top-right pattern, while zero is placed in the center of the keypad.

Videos on YouTube indicate that the machine can also perform more complex mathematical operations. Some videos state that certain FACIT models can enter an endless loop or suffer damage when asked to divide by zero. I did not attempt that operation on the machine I examined. Later models reportedly include safeguards. In programming terms, those models could be said to contain a mechanical try-catch structure for a `DivisionByZeroException`.

The observations are based on the motor-driven FACIT calculator my father used in the 1980s and on its directly inspectable mechanical behavior.

## Related Engineering Context

The FACIT examination is a useful historical example of numerical state being represented by a physical mechanism. It therefore connects naturally to [Computer Architecture](/en/computer-architecture-instruction-sets-pipelines-memory) and [Mechatronics](/en/what-is-mechatronics). A modern ALU and a mechanical calculator use entirely different implementation technology; the useful comparison is the representation of state, carry propagation and ordered transitions.

## References

- **[1]** Georges Ifrah. (2000). The Universal History of Computing: From the Abacus to the Quantum Computer. Wiley.

## Cite This Work

Köker, M. A. (2016). Mechanical Calculator: FACIT. alikoker.com.tr. https://alikoker.com.tr/en/facit-mechanical-calculator

- BibTeX: https://alikoker.com.tr/en/facit-mechanical-calculator.bib
- RIS: https://alikoker.com.tr/en/facit-mechanical-calculator.ris
- CSL-JSON: https://alikoker.com.tr/en/facit-mechanical-calculator.csl.json
