Function decorum::eq_float_slice[][src]

pub fn eq_float_slice<T>(lhs: &[T], rhs: &[T]) -> bool where
    T: Float + Primitive

Determines if primitive floating-point slices are equal.

See eq_float for details of scalar comparisons. Slices are equal if all of their corresponding elements are equal. Slices of different lengths are never considered equal.