🔴special number

🚧 under construction

JSvalueprimitivenumber ⟩ special number

exp \ fracF = 0F ≠ 0

E=(00000000000)₂

E=(11111111111)₂

Subnormal

// subnormals
// ┌────────────────────────────────────────────────────────┐
// │ n = (-1)^sign * 2^[1 - (01111111111)₂] * (0.fraction)₂ │
// └────────────────────────────────────────────────────────┘
//     = ± 2¯¹⁰²² * (0.fraction)₂

Last updated