//ERDDAP/com.cohort.util/ScriptMath/nextAfter
nextAfter
[JVM]
open fun nextAfter(start: Double, direction: Double): Double
open fun nextAfter(start: Float, direction: Double): Float
Returns the floating-point number adjacent to the first argument in the direction of the second argument.