Liking cljdoc? Tell your friends :D

mathree.arithmetic


almost-all-equal?cljs

(almost-all-equal? a b)
(almost-all-equal? a b opt_tolerance)

almost-equal? for every items

almost-equal? for every items
raw docstring

almost-equal?cljs

(almost-equal? a b)
(almost-equal? a b opt_tolerance)

nearlyEquals (a, b, opt_tolerance) → boolean opt_tolerance number= Optional tolerance range. Defaults to 0.000001. If specified, should be greater than 0.

 nearlyEquals (a, b, opt_tolerance) → boolean
opt_tolerance	number=
Optional tolerance range. Defaults to 0.000001. If specified, should be greater than 0.
raw docstring

expcljs

(exp n)

logcljs

(log n)
(log base n)

powcljs

(pow x)
(pow base x)

rand-signcljs

(rand-sign)

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

× close