Crate fpdec_core

Source
Expand description

Common constants and functions for crate fpdec.

For more information see fpdec.rs.

Enums§

ParseDecimalError
An error which can be returned when parsing a decimal literal.
RoundingMode
Enum representing the different methods used when rounding a number.

Constants§

MAX_N_FRAC_DIGITS
The maximum number of fractional decimal digits supported by Decimal.

Traits§

Round
Rounding a number to a given number of fractional digits.