cmp_between_f

Function cmp_between_f 

Source
pub fn cmp_between_f<T: PartialOrd + Copy + Float + Numeric>(
    lhs: &[T],
    rhs: &[T],
) -> Result<BooleanArray<()>, KernelError>
Expand description

Test if floating-point values fall between bounds with NaN handling.