atan2

fun <T : Number, Comparable<T>> atan2(y: T, x: T): Angle<T>

Returns the arc tangent of a given value y/x.