Module mpmfnum::ieee754

source ·
Expand description

Floating-point numbers as described in the IEEE 754-2019 standard.

This module implements floating-point numbers with IEEE754Context. The associated storage type is IEEE754 which represents an IEEE 754 style floating-point number.

Modules§

Structs§

  • Exception flags to signal certain properties of the rounded result.
  • The IEEE 754 floating-point format.
  • Rounding contexts for IEEE 754 floating-point numbers.