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