(avg)
(avg acc)
(avg acc x)
(avg acc x w)
Reducing fn to compute the arithmetic mean.
Reducing fn to compute the arithmetic mean.
(last)
(last x)
(last _ x)
Reducing function that returns the last value.
Reducing function that returns the last value.
(maximum comparator)
(maximum comparator absolute-minimum)
(minimum comparator)
(minimum comparator absolute-maximum)
(sd)
(sd a)
(sd a x)
Reducing fn to compute the standard deviation. Returns 0 if no or only one item.
Reducing fn to compute the standard deviation. Returns 0 if no or only one item.
(some)
(some x)
(some _ x)
Reducing function that returns the first logical true value.
Reducing function that returns the first logical true value.
Reducing function to build strings in linear time. Acts as replacement for clojure.core/str in a reduce/transduce call.
Reducing function to build strings in linear time. Acts as replacement for clojure.core/str in a reduce/transduce call.
(str!)
(str! sb)
(str! sb x)
Like xforms/str but returns a StringBuilder.
Like xforms/str but returns a StringBuilder.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close