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

copysign

fun <T : Number, E : Number> copysign(x1: KtNDArray<T>, x2: KtNDArray<E>): KtNDArray<Double> (source)

Change the sign of x1 to that of x2, element-wise.