Expand description

Multiple precision floating point numbers implemented purely in Rust.

Characteristics:

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

The implementation does not rely heavily on the capabilities of the standard library, and can be adapted for use without the standard library.

Structs

Number representation.

Enums

Possible errors.

Constants

Eulers number.

Pi number.