clj-jvm impl.
cljs impl.
(= x y)
(-add x y)
(add x y)
(-add-with-integer x y)
(-add-with-ratio x y)
(compare x y)
(-compare-to-integer x y)
(-compare-to-ratio x y)
(denominator x)
(even? n)
(integer->native x)
(integer->string n radix)
(integer? x)
(invert x)
(-invert x)
(mod x n)
(-multiply x y)
(multiply x y)
(-multiply-with-integer x y)
(-multiply-with-ratio x y)
(native->integer num)
(native-integer? n)
(native-integer? num)
(negate x)
(-negate x)
(numerator x)
(odd? n)
(-compare x y)
(quot x n)
(ratio? x)
(rem x n)
(string->integer s radix)
(validate-exact arg)
cljdoc is a website building & hosting documentation for Clojure/Script libraries