//ERDDAP/com.cohort.util/ScriptMath/atan2
atan2
[JVM]
open fun atan2(y: Double, x: Double): Double
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta).
//ERDDAP/com.cohort.util/ScriptMath/atan2
[JVM]
open fun atan2(y: Double, x: Double): Double
Returns the angle theta from the conversion of rectangular coordinates (x, y) to polar coordinates (r, theta).