Index of Public Functions and Variables -
This page has an alphabetical index of all the documented functions and variables
in
algo.generic.
A
abs multimethod clojure.algo.generic.math-functions Return the absolute value of x. I...
acos multimethod clojure.algo.generic.math-functions Return the acos of x..
approx= function clojure.algo.generic.math-functions Return true if the absolute value...
asin multimethod clojure.algo.generic.math-functions Return the asin of x..
assoc multimethod clojure.algo.generic.collection Returns a new collection in which the...
atan multimethod clojure.algo.generic.math-functions Return the atan of x..
atan2 multimethod clojure.algo.generic.math-functions Return the atan2 of x and y..
C
ceil multimethod clojure.algo.generic.math-functions Return the ceil of x..
conj multimethod clojure.algo.generic.collection Returns a new collection resulting fr...
conjugate multimethod clojure.algo.generic.math-functions Return the conjugate of x..
cos multimethod 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 multimethod clojure.algo.generic.collection Returns a new collection in which the...
E
empty multimethod clojure.algo.generic.collection Returns an empty collection of the sa...
exp multimethod clojure.algo.generic.math-functions Return the exp of x..
F
floor multimethod clojure.algo.generic.math-functions Return the floor of x..
fmap multimethod clojure.algo.generic.functor Applies function f to each item in the d...
G
get multimethod clojure.algo.generic.collection Returns the element of coll referred ...
I
into multimethod clojure.algo.generic.collection Returns a new coll consisting of to-c...
L
log multimethod clojure.algo.generic.math-functions Return the log of x..
M
map->one-type function clojure.algo.generic.arithmetic Factory function for class clojure.al...
map->zero-type function clojure.algo.generic.arithmetic Factory function for class clojure.al...
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
neg? multimethod clojure.algo.generic.comparison Return true of x is negative..
not= function clojure.algo.generic.comparison Equivalent to (not (= ...))..
O
->one-type function clojure.algo.generic.arithmetic Positional factory function for class...
one-type record clojure.algo.generic.arithmetic
P
pos? multimethod clojure.algo.generic.comparison Return true of x is positive..
pow multimethod 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 multimethod clojure.algo.generic.math-functions Return the rint of x..
round multimethod clojure.algo.generic.math-functions Round x. If x is a BigDecimal, a ...
S
seq multimethod clojure.algo.generic.collection Returns a seq on the object s..
sgn multimethod clojure.algo.generic.math-functions Return the sign of x (-1, 0, or 1...
sin multimethod clojure.algo.generic.math-functions Return the sin of x..
sqr multimethod clojure.algo.generic.math-functions Return the square of x..
sqrt multimethod clojure.algo.generic.math-functions Return the sqrt of x..
T
tan multimethod clojure.algo.generic.math-functions Return the tan of x..
Z
->zero-type function clojure.algo.generic.arithmetic Positional factory function for class...
zero-type record clojure.algo.generic.arithmetic
zero? multimethod clojure.algo.generic.comparison Return true of x is zero..
Other
* multimethod clojure.algo.generic.arithmetic Return the product of all arguments. ...
+ multimethod clojure.algo.generic.arithmetic Return the sum of all arguments. The ...
- multimethod clojure.algo.generic.arithmetic Return the difference of the first ar...
/ multimethod clojure.algo.generic.arithmetic Return the quotient of the first argu...
< multimethod clojure.algo.generic.comparison Return true if each argument is small...
<= multimethod clojure.algo.generic.comparison Return true if each arguments is smal...
= multimethod clojure.algo.generic.comparison Return true if all arguments are equa...
> multimethod clojure.algo.generic.comparison Return true if each argument is large...
>= multimethod clojure.algo.generic.comparison Return true if each argument is large...