Function cbrt

Source
pub fn cbrt<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>
Expand description

Compute the cube root

This is an element wise unary operation.