pub fn div_scalar(lhs: &dyn Array, rhs: Scalar) -> VortexResult<ArrayRef>
Expand description
Point-wise divide a scalar value into this array on the right-hand-side.
pub fn div_scalar(lhs: &dyn Array, rhs: Scalar) -> VortexResult<ArrayRef>
Point-wise divide a scalar value into this array on the right-hand-side.