(format-decimal value)
(format-decimal value {:keys [fraction-digits] :or {fraction-digits 2}})
(format-percent value)
(format-percent value {:keys [fraction-digits] :or {fraction-digits 1}})
(path & segments)
Create a path from the specified segments
Create a path from the specified segments
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close