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