Trait spectral::numeric::FloatAssertions [] [src]

pub trait FloatAssertions<T: Float> {
    fn is_close_to(&mut self, expected: T, tolerance: T);
}

Required Methods

Implementors