Enum arpfloat::RoundingMode
source · pub enum RoundingMode {
NearestTiesToEven,
NearestTiesToAway,
Zero,
Positive,
Negative,
}Expand description
Defines the supported rounding modes. See IEEE754-2019 Section 4.3 Rounding-direction attributes
Variants§
Trait Implementations§
source§impl Clone for RoundingMode
impl Clone for RoundingMode
source§fn clone(&self) -> RoundingMode
fn clone(&self) -> RoundingMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more