Expand description
Common constants and functions for crate fpdec
.
For more information see fpdec.rs.
Enums§
- Parse
Decimal Error - An error which can be returned when parsing a decimal literal.
- Rounding
Mode - 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.