2 lines
82 B
OCaml
2 lines
82 B
OCaml
|
|
print (StringCvt.padLeft #"0" 9 (Real.fmt (StringCvt.FIX (SOME 3)) 7.125) ^ "\n")
|