Trait ndarray_numtest::assert::AssertClose [] [src]

pub trait AssertClose: Sized + Copy {
    type Tol;
    fn assert_close(self, truth: Self, rtol: Self::Tol);
}

test two values are close in relative tolerance sense

Associated Types

Required Methods

Implementors