Liking cljdoc? Tell your friends :D

com.gfredericks.exact


*clj/s

(*)
(* x)
(* x y)
(* x y & zs)
source

+clj/s

(+)
(+ x)
(+ x y)
(+ x y & zs)
source

-clj/s

(- x)
(- x y)
(- x y & zs)
source

/clj/s

(/ x)
(/ x y)
(/ x y & zs)
source

<clj/s

(< x)
(< x y)
(< x y & more)
source

<=clj/s

(<= x)
(<= x y)
(<= x y & more)
source

=clj/s

(= x)
(= x y)
(= x y & zs)
source

>clj/s

(> x)
(> x y)
(> x y & more)
source

>=clj/s

(>= x)
(>= x y)
(>= x y & more)
source

absclj/s

(abs x)
source

decclj/s

(dec x)
source

denominatorclj/s

source

even?clj/s

(even? n)
source

incclj/s

(inc x)
source

integer->nativeclj/s

source

integer->stringclj/s

(integer->string n)
(integer->string n radix)
source

integer?clj/s

source

maxclj/s

(max x)
(max x y)
(max x y & more)
source

max-keyclj/s

(max-key k x)
(max-key k x y)
(max-key k x y & more)
source

minclj/s

(min x)
(min x y)
(min x y & more)
source

min-keyclj/s

(min-key k x)
(min-key k x y)
(min-key k x y & more)
source

modclj/s

(mod x n)
source

native->integerclj/s

source

neg?clj/s

(neg? x)
source

numeratorclj/s

source

odd?clj/s

(odd? n)
source

ONEclj/s

source

pos?clj/s

(pos? x)
source

quotclj/s

source

ratio?clj/s

source

remclj/s

(rem x n)
source

string->integerclj/s

(string->integer s)
(string->integer s radix)
source

ZEROclj/s

source

zero?clj/s

(zero? x)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close