Expand description
RoundingMode
, an enum used to specify rounding behavior.
Modules§
- exhaustive
- Iterators that generate
RoundingMode
s without repetition. - from_
str - Functions for converting a string to a
RoundingMode
. - neg
- Functions for negating a
RoundingMode
. - to_
string - Functions for displaying a
RoundingMode
.
Enums§
- Rounding
Mode - An enum that specifies how a value should be rounded.
Constants§
- ROUNDING_
MODES - A list of all six rounding modes.