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.
pub fn cmp_between_f<T: PartialOrd + Copy + Float + Numeric>(
lhs: &[T],
rhs: &[T],
) -> Result<BooleanArray<()>, KernelError>Test if floating-point values fall between bounds with NaN handling.