(** base pow)
Convenience wrapper around clojure.contrib.ccmath/expt.
Convenience wrapper around clojure.contrib.ccmath/expt.
(**-N x n)
(**-N multop x n)
x to the power of n such that n is a Natural long
x to the power of n such that n is a Natural long
(assoConj m k v emptyColl)
Adds v to a collection that is a value for k in m. Uses emptyColl when no collection for k in m.
Adds v to a collection that is a value for k in m. Uses emptyColl when no collection for k in m.
(markLast xs)
Takes (e0 e1 ... en) and returns (false false ... true) or (false false ...) if the argument is infinite.
Takes (e0 e1 ... en) and returns (false false ... true) or (false false ...) if the argument is infinite.
(ref= x y)
Alias of clojure.core/identical.
Alias of clojure.core/identical.
(vecRemove n v)
Returns a vector that is a result of removing n-th element from the vector v.
Returns a vector that is a result of removing n-th element from the vector v.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close