Crate astro_float_num

source ·
Expand description

Astro-float (astronomically large floating point numbers) is a library that implements arbitrary precision floating point numbers.

See main crate docs.

Modules

Context is used in expressions returning BigFloat.

Structs

A floating point number of arbitrary precision.
Constants cache contains arbitrary-precision mathematical constants.

Enums

Possible errors.
Radix.
Rounding modes.
Sign.

Constants

Maximum exponent value.
Minimum exponent value.
Negative infinity.
Positive infinity.
Not a number.
Base of words.
Size of a word in bits.
Maximum value of a word.
Word with the most significant bit set.

Traits

A trait for conversion with additional arguments.

Type Definitions

An exponent.
A word.