pub fn cbrt<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,
Expand description
Compute the cube root
This is an element wise unary operation.
pub fn cbrt<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,
Compute the cube root
This is an element wise unary operation.