Skip to main content

decrement-exact

functionv1.11

clojure.math/decrement-exact

Available in:BBCLJ
(decrement-exact [a])
Returns a decremented by 1, throws ArithmeticException on overflow. See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#decrementExact-long-

No examples yet. Be the first to add one!