ClojureDocs

Nav

Namespaces

unchecked-remainder-int

clojure.core

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