Skip to main content

multiply-exact

functionv1.11

clojure.math/multiply-exact

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

No examples yet. Be the first to add one!