//ERDDAP/com.cohort.util/ScriptMath2/finiteMax
finiteMax
[JVM]
open fun finiteMax(a: Double, b: Double): Double
This returns the greater value. If one is NaN and the other isn't, this returns the other.
//ERDDAP/com.cohort.util/ScriptMath2/finiteMax
[JVM]
open fun finiteMax(a: Double, b: Double): Double
This returns the greater value. If one is NaN and the other isn't, this returns the other.