How can the most sophisticated anti-missile defense system in the United States military completely fail to intercept an incoming, outdated Scud missile, resulting in the tragic deaths of 28 American soldiers? The failure of the Patriot Missile battery in Dhahran, Saudi Arabia, during the 1991 Gulf War, was caused entirely by a microscopic, accumulating mathematical rounding error.The Patriots radar system calculated the speed of incoming missiles using an internal clock that measured time in tenths of a second. However, the systems 24-bit computer register could not store the fraction 1/10 perfectly, resulting in a tiny floating-point truncation error. While insignificant during a short test run, this specific battery had been left powered on continuously for 100 hours. The microscopic error compounded over time, causing the systems internal clock to drift by just 0.34 seconds. For a Scud missile traveling at Mach 5, that 0.34-second delay translated to a tracking error of over half a kilometer. The system looked in the wrong place, ignored the missile, and let it strike the barracks.This precise forensic engineering study deconstructs the intersection of military hardware and software limits. It explores the difficulty of floating-point math in binary, the tragic delays in patching the software, and the brutal reality of digital drift.Time is relative, but math is absolute. The Patriot Missile glitch proves that in high-stakes programming, the smallest fraction of an approximation can effortlessly cost human lives.