(* 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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |