Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mickjc750 committed Mar 23, 2024
1 parent b6742dc commit f24123a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@

[.precision]

For float %f, this is the number of fractional digits after the '.', valid range is .0 - .8
For decimal integers, this will prepend 0's (if needed) until the total number of digits equals .precision
For binary and hex, this specifies the *exact* number of digits to print, default is based on the argument size.
For float %f, this is the number of fractional digits after the '.', valid range is .0 - .8
For integers, this will prepend 0's (if needed) until the total number of digits equals .precision
For strings %s %S, This is the maximum number of characters to read from the source.

If precision is specified as .* A dynamic precision must be provided as int argument preceding the argument to be formatted.
Expand Down

0 comments on commit f24123a

Please sign in to comment.