Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
Generic versions of common functions.
A
abs function clojure.algo.generic.math-functions Return the abs of x..
acos function clojure.algo.generic.math-functions Return the acos of x..
approx= function clojure.algo.generic.math-functions Return true if the absolute value...
asin function clojure.algo.generic.math-functions Return the asin of x..
assoc function clojure.algo.generic.collection Returns a new collection in which the...
atan function clojure.algo.generic.math-functions Return the atan of x..
atan2 function clojure.algo.generic.math-functions Return the atan2 of x and y..
C
ceil function clojure.algo.generic.math-functions Return the ceil of x..
conj function clojure.algo.generic.collection Returns a new collection resulting fr...
conjugate function clojure.algo.generic.math-functions Return the conjugate of x..
cos function clojure.algo.generic.math-functions Return the cos of x..
D
defmacro- macro clojure.algo.generic.math-functions Same as defmacro but yields a pri...
defmethod* macro clojure.algo.generic.arithmetic Define a method implementation for th...
dissoc function clojure.algo.generic.collection Returns a new collection in which the...
E
empty function clojure.algo.generic.collection Returns an empty collection of the sa...
exp function clojure.algo.generic.math-functions Return the exp of x..
F
floor function clojure.algo.generic.math-functions Return the floor of x..
fmap function clojure.algo.generic.functor Applies function f to each item in the d...
G
get function clojure.algo.generic.collection Returns the element of coll referred ...
I
into function clojure.algo.generic.collection Returns a new coll consisting of to-c...
L
log function clojure.algo.generic.math-functions Return the log of x..
M
max function clojure.algo.generic.comparison Returns the greatest of its arguments...
min function clojure.algo.generic.comparison Returns the least of its arguments. L...
N
not= function clojure.algo.generic.comparison Equivalent to (not (= ...))..
O
one-type record clojure.algo.generic.arithmetic
P
pow function clojure.algo.generic.math-functions Return the pow of x and y..
Q
qsym macro clojure.algo.generic.arithmetic Create the qualified symbol correspon...
R
rint function clojure.algo.generic.math-functions Return the rint of x..
round function clojure.algo.generic.math-functions Return the round of x..
S
seq function clojure.algo.generic.collection Returns a seq on the object s..
sgn function clojure.algo.generic.math-functions Return the sign of x (-1, 0, or 1...
sin function clojure.algo.generic.math-functions Return the sin of x..
sqr function clojure.algo.generic.math-functions Return the square of x..
sqrt function clojure.algo.generic.math-functions Return the sqrt of x..
T
tan function clojure.algo.generic.math-functions Return the tan of x..
Z
zero-type record clojure.algo.generic.arithmetic