NumericIO.jl icon indicating copy to clipboard operation
NumericIO.jl copied to clipboard

Fine control over numeric output: Scientific/Engineering/SI-notation +UTF8

Results 3 NumericIO.jl issues
Sort by recently updated
recently updated
newest added

This PR fixes a typo in the README ```julia julia> formatted(3.14159e-8, :SI, ndigits=3) # => "31.14n" "31.4n" ```

Please make your code compatible with [https://github.com/Keno/SIUnits.jl](https://github.com/Keno/SIUnits.jl) that would be great!

I sadly haven't found any Matlab-like „format“ command. Would you extend your code, so that it could be used in the REPL for every number as standard output format? Or...