//ERDDAP/com.cohort.util/ScriptMath2/anglePM180
anglePM180
[JVM]
fun anglePM180(degrees: Double): Double
This converts an angle (in degrees) into the range >=-180 to <180 (180 becomes -180).
Return
the angle (in degrees) in the range >=-180 to <180. If isMV(angle), it returns 0.
Parameters
JVM
degrees | an angle (in degrees) |