pub fn div_scalar( lhs: impl AsRef<ArrayData>, rhs: Scalar, ) -> VortexResult<ArrayData>
Point-wise divide a scalar value into this array on the right-hand-side.