Liking cljdoc? Tell your friends :D

wadogo.format.numbers


formatterclj

(formatter)
(formatter {:keys [digits threshold na nan inf -inf]
            :or {digits -6 threshold 8 na "NA" nan "NaN" inf "∞" -inf "-∞"}})
source

int-formatterclj

(int-formatter)
(int-formatter {:keys [digits na hex?] :or {digits 0 na "NA" hex? false}})
source

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

× close