Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions notes/2023-04-18.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ between Springs and dampers, the mechanical things are used to build these mecha
[timeline of computing](https://www.computerhistory.org/timeline/computers/)


### The Complex Number Calculator (CNC) (1940)

The Complex Number Calculator (CNC) was a mechanical device invented by George R. Stibitz in 1940. It used electrical relays to perform complex arithmetic operations on binary-encoded complex numbers, allowing for faster and more accurate calculations than by hand or with analog computers.


The machine had two input registers, one for the real part of a complex number and another for the imaginary part. The output of the calculation was displayed on a series of light bulbs. The CNC was groundbreaking in its ability to perform complex arithmetic in real-time using a mechanical device and paved the way for the development of electronic digital computers.

### Model K Adder (1937)

Expand Down