3 lines
121 B
Text
3 lines
121 B
Text
|
|
(println (format "Grand total: %.3f Count: %d Average: %.3f"
|
||
|
|
grand-total grand-count (div grand-total grand-count)))
|