//ERDDAP/com.cohort.util/ScriptMath/nextUp
nextUp
[JVM]
open fun nextUp(d: Double): Double
Returns the floating-point value adjacent to d in the direction of positive infinity.
[JVM]
open fun nextUp(f: Float): Float
Returns the floating-point value adjacent to f in the direction of positive infinity.