Module rustc_apfloat::ieee
source · Modules
- sig 🔒Implementation details of IeeeFloat significands, such as big integer arithmetic. As a rule of thumb, no functions in this module should dynamically allocate.
Macros
Structs
Enums
- Loss 🔒Enum that represents what fraction of the LSB truncated bits of an fp number represent.
Constants
Traits
- Represents floating point arithmetic semantics.
Functions
Type Definitions
- Limb 🔒Fundamental unit of big integer arithmetic, but also large to store the largest significands by itself.