//ERDDAP/com.cohort.util/ScriptMath/addExact
addExact
[JVM]
open fun addExact(x: Int, y: Int): Int
Returns the sum of its arguments, throwing an exception if the result overflows an int.
[JVM]
open fun addExact(x: Long, y: Long): Long
Returns the sum of its arguments, throwing an exception if the result overflows a long.