//ERDDAP/com.cohort.util/ScriptMath2/NaNCheck
NaNCheck
[JVM]
open fun NaNCheck(d: Double): Double
Checks if the value is NaN or infinite: returns Double.NaN if so; otherwise returns the original value.
Return
d (or NaN if !isFinite(d))
//ERDDAP/com.cohort.util/ScriptMath2/NaNCheck
[JVM]
open fun NaNCheck(d: Double): Double
Checks if the value is NaN or infinite: returns Double.NaN if so; otherwise returns the original value.
d (or NaN if !isFinite(d))