Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium authored Aug 6, 2023
1 parent 645c444 commit f361401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ NumericIO.jl tries to provide the convenience of c++ `ios_base` configurability

To obtain a string representation of a `Real` value using SI prefixes, one can use the `formatted` function:

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

Similarly, one can generate a string using scientific notation with the following:

Expand Down

0 comments on commit f361401

Please sign in to comment.