Public Vars

Back

unchecked-remainder-int (clj)

(source)

function

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

Examples