Why it matters
Fixed-point wins on deterministic decimal math and embedded systems. Understanding shapes storage and rounding.
Advertisement
The architecture
Q-notation: Q16.16 = 16 integer + 16 fractional bits.
Add/sub direct; mul/div need shifts.
Overflow risk on multiply.
Advertisement
How it works end to end
Games use Q formats for physics.
DSP uses Q15/Q31 in codecs.
Money uses scaled cents/mills.