Expand description

Multiple precision floating point numbers implemented purely in Rust.

Characteristics:

NameValue
Decimal positions in mantissa40
Exponent minimum value-128
Exponent maximum value127

Structs

Number representation.

Enums

Possible errors.