sub

Function sub 

Source
pub fn sub<T1, T2>(a: &Array<T1>, b: &Array<T2>) -> Result<Array>
where T1: DTypeValue, T2: DTypeValue,
Expand description

Elementwise subtract with automatic type promotion

Returns an Array with the promoted dtype.