//ERDDAP/com.cohort.util/ScriptMath/floorDiv
floorDiv
[JVM]
open fun floorDiv(x: Int, y: Int): Int
Returns the largest (closest to positive infinity) int value that is less than or equal to the algebraic quotient.
[JVM]
open fun floorDiv(x: Long, y: Long): Long
Returns the largest (closest to positive infinity) long value that is less than or equal to the algebraic quotient.