//ERDDAP/com.cohort.util/ScriptMath2/looserAnglePM180
looserAnglePM180
[JVM]
fun looserAnglePM180(degrees: Double): Double
This converts an angle (in degrees) into the range >=-180 to <=180 (note 180 is valid).
Return
the angle (in degrees) in the range >=-180 to <=180. A non-finite degrees returns the original value.
Parameters
JVM
degrees | an angle (in degrees) |