(* x y & [base])
(+ x y & [base])
(- x y & [base])
(/ x y & [base])
(< x y & [base])
(<= x y & [base])
(= x y & [base])
(> x y & [base])
(>= x y & [base])
(abs x)
(bignumber? x)
(ceil x)
(cmp x & [base])
(digits x & [sd rm])
(div-to-int x y & [base])
(dp x)
(exponential x & [dp rm])
(finite? x)
(fixed x & [dp rm])
(floor x)
(format x & [dp rm])
(fraction x & [max])
(int? x)
(json x)
(mod x y & [base])
(nan? x)
(neg x)
(neg? x)
(number x)
(pow x n & [m])
(precision x & [sd rm])
(round x & [dp rm])
(sd x & [z])
(shift x z)
(sqrt x)
(trunc x)
(value-of x)
(zero? x)
cljdoc is a website building & hosting documentation for Clojure/Script libraries