Liking cljdoc? Tell your friends :D

net.cgrand.xforms.rfs


avgclj/s

(avg)
(avg acc)
(avg acc x)
(avg acc x w)

Reducing fn to compute the arithmetic mean.

Reducing fn to compute the arithmetic mean.
sourceraw docstring

lastclj/s

(last)
(last x)
(last _ x)

Reducing function that returns the last value.

Reducing function that returns the last value.
sourceraw docstring

maxclj/s

source

maximumclj/s

(maximum comparator)
(maximum comparator absolute-minimum)
source

minclj/s

source

minimumclj/s

(minimum comparator)
(minimum comparator absolute-maximum)
source

sdclj/s

(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.
sourceraw docstring

someclj/s

(some)
(some x)
(some _ x)

Reducing function that returns the first logical true value.

Reducing function that returns the first logical true value.
sourceraw docstring

strclj/s

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.
sourceraw docstring

str!clj/s

(str!)
(str! sb)
(str! sb x)

Like xforms/str but returns a StringBuilder.

Like xforms/str but returns a StringBuilder.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close