Module rounding_modes

Source
Expand description

RoundingMode, an enum used to specify rounding behavior.

Modules§

exhaustive
Iterators that generate RoundingModes 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§

RoundingMode
An enum that specifies how a value should be rounded.

Constants§

ROUNDING_MODES
A list of all six rounding modes.