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

arctan2

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

Element-wise arc tangent of x1/x2 choosing the quadrant correctly.