3 lines
39 B
Common Lisp
3 lines
39 B
Common Lisp
(format "%09.3f" 7.125)
|
|
=>
|
|
"00007.125"
|
(format "%09.3f" 7.125)
|
|
=>
|
|
"00007.125"
|