Crate scidec

Source
Expand description

§Library for parsing numbers from scientific notation

Structs§

Bid128
128-bit decimal in binary format.

Enums§

Number
Parsed number.
Rounding
Rounding modes.

Functions§

bid128_from_string
Parses a 128-bit floating-point decimal from text in scientific notation.
number_from_string
Parses a number properties from text in scientific notation.