Trait arrow2::compute::arithmetics::ArrayCheckedDiv
source · [−]pub trait ArrayCheckedDiv<Rhs>: Sized {
fn checked_div(&self, rhs: &Rhs) -> Self;
}
Expand description
Defines checked division operation for primitive arrays
Required methods
fn checked_div(&self, rhs: &Rhs) -> Self
fn checked_div(&self, rhs: &Rhs) -> Self
checked division