Floating-Point IP Cores User Guide

ID 683750
Date 10/27/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

1.6.1.2. Double-Precision Format

The double-precision format contains the following binary patterns:
  • The MSB holds the sign bit.
  • The next 11 bits hold the exponent bits.
  • 52 LSBs hold the mantissa.

The total width of a floating-point number in the double-precision format is 64 bits. The bias for the double-precision format is 1023.

Figure 11. Double-Precision RepresentationThis figure shows a double-precision representation.