RosettaCodeData/Task/Formatted-numeric-output/Clojure/formatted-numeric-output-2.clj

2 lines
90 B
Clojure
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(printf "%09.3f" 7.125) ; format works the same way (without side the effect of printing)