From f361401ea3634509c8273399f1c699d6365feca6 Mon Sep 17 00:00:00 2001 From: Yuto Horikawa Date: Sun, 6 Aug 2023 09:32:23 +0900 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 795545c..4e746ef 100644 --- a/README.md +++ b/README.md @@ -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: