(* x y)
(* x y & args)
(+ x)
(+ x y)
(+ x y & args)
(- x)
(- x y)
(- x y & args)
(/ x)
(/ x y)
(/ x y & args)
(equals lhs rhs & args)
(standard-deviation data)
(standard-deviation data options)
(sum data)
(sum data options)
Double sum of data using Kahan compensated summation.
Double sum of data using [Kahan compensated summation](https://en.wikipedia.org/wiki/Kahan_summation_algorithm).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close