//ERDDAP/com.cohort.util/ScriptMath/ceil
ceil
[JVM]
open fun ceil(a: Double): Double
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.
//ERDDAP/com.cohort.util/ScriptMath/ceil
[JVM]
open fun ceil(a: Double): Double
Returns the smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.