🔴special number
🚧 under construction
JS ⟩ value ⟩ primitive ⟩ number ⟩ special number
exp \ frac
F = 0
F ≠ 0
Subnormal
// subnormals
// ┌────────────────────────────────────────────────────────┐
// │ n = (-1)^sign * 2^[1 - (01111111111)₂] * (0.fraction)₂ │
// └────────────────────────────────────────────────────────┘
// = ± 2¯¹⁰²² * (0.fraction)₂
Last updated
Was this helpful?