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..
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..
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...
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..
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...
get multimethod clojure.algo.generic.collection Returns the element of coll referred ...
into multimethod clojure.algo.generic.collection Returns a new coll consisting of to-c...
log multimethod clojure.algo.generic.math-functions Return the log of x..
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...
neg? multimethod clojure.algo.generic.comparison Return true of x is negative.. not= function clojure.algo.generic.comparison Equivalent to (not (= ...))..
->one-type function clojure.algo.generic.arithmetic Positional factory function for class... one-type record clojure.algo.generic.arithmetic
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..
qsym macro clojure.algo.generic.arithmetic Create the qualified symbol correspon...
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 ...
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..
tan multimethod clojure.algo.generic.math-functions Return the tan of x..
->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..
* 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...