Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 412 Bytes

iee_754.rst

File metadata and controls

13 lines (8 loc) · 412 Bytes

IEE 754

A normalized number is written in scientific notation with one non-zero decimal digit before the decimal point.

The binary representation of a normalized number will always have its first bit set to 1. To avoid spending space in this bit, it is implicit.

IEE 754 double precision numbers are represented like this:

1-sign-bit 11-exponent-bits 52-significand-bits for a total of 64 bits.