[][src]Function arrayfire::sqrt

pub fn sqrt<T: HasAfEnum>(input: &Array<T>) -> Array<T::UnaryOutType> where
    T::UnaryOutType: HasAfEnum

Compute the square root

This is an element wise unary operation.