api / koma / atan2

atan2

fun atan2(x:Double, y:Double):Double fun atan2(x:Int, y:Int):Double

A convenience function performing the atan2 operation via the kotlin.math equivalent call.