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