Home / Computer science / Floating-point number (FP) – Generalize the base + small binary/decimal notes
Format
In IEEE 754 binary16, binary32, and binary64:
- \(\alpha\) is the sign bit
- \(s\) is the significand
- \(1.\), \(0.\) is the implicit bit
- \(e\) is the \(E\)-bit exponent
- \(b\) is the exponent bias \(b = 2^{E-1} - 1\)
(IEEE 754 also specifies base-\(10\) decimal formats.)