rsqrt

Function rsqrt 

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

Compute the reciprocal square root

This is an element wise unary operation.