kotlin-numpy / org.jetbrains.numkt.math / sqrt

sqrt

fun <T : Number> sqrt(x: KtNDArray<T>): KtNDArray<Double> (source)

Return the non-negative square-root of an array, element-wise.