Liking cljdoc? Tell your friends :D

district0x.big-number


*cljs

(* x y & [base])

+cljs

(+ x y & [base])

-cljs

(- x y & [base])

->date-timecljs

(->date-time x)

->digitscljs

(->digits x & [sd rm])

->exponentialcljs

(->exponential x & [dp rm])

->fixedcljs

(->fixed x & [dp rm])

->formatcljs

(->format x & [dp rm])

->fractioncljs

(->fraction x & [max])

->jsoncljs

(->json x)

->numbercljs

(->number x)

->numberscljs

(->numbers coll)

->precisioncljs

(->precision x & [sd rm])

->strcljs

(->str x & [base])

/cljs

(/ x y & [base])

abscljs

(abs x)

big-number?cljs

(big-number? x)

ceilcljs

(ceil x)

cmpcljs

(cmp x & [base])

div-to-intcljs

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

dpcljs

(dp x)

eq?cljs

(eq? x y & [base])

finite?cljs

(finite? x)

floorcljs

(floor x)

gt?cljs

(gt? x y & [base])

gte?cljs

(gte? x y & [base])

int?cljs

(int? x)

lt?cljs

(lt? x y & [base])

lte?cljs

(lte? x y & [base])

modcljs

(mod x y & [base])

nan?cljs

(nan? x)

negcljs

(neg x)

neg?cljs

(neg? x)

pos?cljs

(pos? x)

powcljs

(pow x n & [m])

roundcljs

(round x & [dp rm])

sdcljs

(sd x & [z])

shiftcljs

(shift x z)

sqrtcljs

(sqrt x)

trunccljs

(trunc x)

value-ofcljs

(value-of x)

zero?cljs

(zero? x)

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

× close