ClojureDocs

导航

命名空间

multiply-exact

clojure.math

自 1.11 起可用
  • (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-