Liking cljdoc? Tell your friends :D

bignumber.core


*cljs

(* x y & [base])
source

+cljs

(+ x y & [base])
source

-cljs

(- x y & [base])
source

/cljs

(/ x y & [base])
source

<cljs

(< x y & [base])
source

<=cljs

(<= x y & [base])
source

=cljs

(= x y & [base])
source

>cljs

(> x y & [base])
source

>=cljs

(>= x y & [base])
source

abscljs

(abs x)
source

bignumber?cljs

(bignumber? x)
source

ceilcljs

(ceil x)
source

cmpcljs

(cmp x & [base])
source

digitscljs

(digits x & [sd rm])
source

div-to-intcljs

(div-to-int x y & [base])
source

dpcljs

(dp x)
source

exponentialcljs

(exponential x & [dp rm])
source

finite?cljs

(finite? x)
source

fixedcljs

(fixed x & [dp rm])
source

floorcljs

(floor x)
source

formatcljs

(format x & [dp rm])
source

fractioncljs

(fraction x & [max])
source

int?cljs

(int? x)
source

jsoncljs

(json x)
source

modcljs

(mod x y & [base])
source

nan?cljs

(nan? x)
source

negcljs

(neg x)
source

neg?cljs

(neg? x)
source

numbercljs

(number x)
source

powcljs

(pow x n & [m])
source

precisioncljs

(precision x & [sd rm])
source

roundcljs

(round x & [dp rm])
source

sdcljs

(sd x & [z])
source

shiftcljs

(shift x z)
source

sqrtcljs

(sqrt x)
source

trunccljs

(trunc x)
source

value-ofcljs

(value-of x)
source

zero?cljs

(zero? x)
source

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

× close