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