Float

Type Alias Float 

Source
pub type Float = f64;

Trait Implementations§

Source§

impl Tolerance for Float

Source§

fn near(&self, other: Self) -> bool

The “distance” is less than TOLERANCE.
Source§

fn near2(&self, other: Self) -> bool

The “distance” is less than TOLERANCR2.