fun <T : Number> sqrt(x: KtNDArray<T>): KtNDArray<Double>
Return the non-negative square-root of an array, element-wise.