[][src]Function arrayfire::cbrt

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.