Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 192 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 192 Bytes

2.86

$bias = 2^14-1$

| description| decimal| | smallest positive denormalized| 2^{1-bias-63}| | smallest positive normalized| 2^{1-bias}| | largest normalized| 2^{bias} * (2 - 2^{-63})|