Function decorum::eq_float_array [] [src]

pub fn eq_float_array<T>(lhs: &T, rhs: &T) -> bool where
    T: FloatArray, 

Determines if primitive floating-point arrays are equal.

See eq_float for details of scalar comparisons. Arrays are equal if all of their corresponding elements are equal.