Skip to main content

subtract-exact

functionv1.11

clojure.math/subtract-exact

Available in:BBCLJ
(subtract-exact [x y])
Returns the difference of x and y, throws ArithmeticException on overflow. See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#subtractExact-long-long-

No examples yet. Be the first to add one!