(*)
(* x)
(* x y)
(* x y & zs)
(+)
(+ x)
(+ x y)
(+ x y & zs)
(- x)
(- x y)
(- x y & zs)
(/ x)
(/ x y)
(/ x y & zs)
(< x)
(< x y)
(< x y & more)
(<= x)
(<= x y)
(<= x y & more)
(= x)
(= x y)
(= x y & zs)
(> x)
(> x y)
(> x y & more)
(>= x)
(>= x y)
(>= x y & more)
(abs x)
(dec x)
(even? n)
(inc x)
(integer->string n)
(integer->string n radix)
(max x)
(max x y)
(max x y & more)
(max-key k x)
(max-key k x y)
(max-key k x y & more)
(min x)
(min x y)
(min x y & more)
(min-key k x)
(min-key k x y)
(min-key k x y & more)
(mod x n)
(neg? x)
(odd? n)
(pos? x)
(rem x n)
(string->integer s)
(string->integer s radix)
(zero? x)
cljdoc is a website building & hosting documentation for Clojure/Script libraries