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

Fix typo

Open hyrodium opened this issue 2 years ago • 0 comments

This PR fixes a typo in the README

julia> formatted(3.14159e-8, :SI, ndigits=3) # => "31.14n"
"31.4n"

hyrodium avatar Aug 06 '23 00:08 hyrodium