On Tue, Aug 11, 2015 at 4:21 PM, <[email protected]> wrote: > How to write zero before decimal in julia, when output result to file? As > example, I use writedlm to output "0.324565", and I get ".324565". Is there > any package that can use output format like in c++ or Fortran?
There's @(s)printf macros and there's also Formatting.jl package
