Below you will find pages that utilize the taxonomy term “Math”
March 14, 2026
The Wallis Product for Pi on the C64
John Wallis found an infinite product for pi in 1655. Multiply enough fractions together and pi falls out. We run it on the C64 in BASIC and assembly, watching it converge one digit at a time.
January 8, 2026
The Math Behind Enigma
Why German cryptographers believed Enigma was unbreakable, and why Allied codebreakers ultimately proved them wrong.
November 21, 2023
A gentle introduction to two's complement
Understanding two’s complement: how computers represent negative numbers, why it simplifies hardware design, and how to work with signed integers in assembly and high-level languages.