Function decorum::eq_float_array

source ·
pub fn eq_float_array<T>(lhs: &T, rhs: &T) -> boolwhere
    T: FloatArray,
Expand description

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.