ClojureDocs

Nav

Namespaces

unchecked-divide-int

clojure.core

Available since 1.0 (source)
  • (unchecked-divide-int x y)
Returns the division of x by y, both int.
Note - uses a primitive operator subject to truncation.