pub fn div<T1, T2>(a: &Array<T1>, b: &Array<T2>) -> Result<Array>where
T1: DTypeValue,
T2: DTypeValue,Expand description
Elementwise divide with automatic type promotion
Returns an Array with the promoted dtype.
pub fn div<T1, T2>(a: &Array<T1>, b: &Array<T2>) -> Result<Array>where
T1: DTypeValue,
T2: DTypeValue,Elementwise divide with automatic type promotion
Returns an Array with the promoted dtype.