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

LIMB_BITS 🔒

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.