//ERDDAP/com.cohort.util/ScriptMath/incrementExact
incrementExact
[JVM]
open fun incrementExact(a: Int): Int
Returns the argument incremented by one, throwing an exception if the result overflows an int.
[JVM]
open fun incrementExact(a: Long): Long
Returns the argument incremented by one, throwing an exception if the result overflows a long.