iarray.sqrt#
- iarray.sqrt(iarr: IArray)#
Return the non-negative square-root of an array, element-wise.
- Parameters
iarr¶(self) (IArray container) – The values whose square-roots are required.
- Returns
out – A lazy expression that must be evaluated via out.eval(), which will compute the actual positive square-root of each element in input data.
- Return type
References