//ERDDAP/com.cohort.util/ScriptMath2/mathToCompassDegrees
mathToCompassDegrees
[JVM]
fun mathToCompassDegrees(math: Double): Double
This converts a Math-style degrees (East is 0, North is 90, ...) to a compass heading (where North is 0, East is 90, ...).
Return
degrees always >=0 and <360 (compass=NaN -> 0).