Skip to content

Commit ffa9879

Browse files
committed
Fix examples
1 parent 911f801 commit ffa9879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/ROOT/pages/cstdio.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ NOTE: The uppercase format will return with all applicable values in uppercase (
5050
Here are some example formats:
5151

5252
- "%Hg" will print a `decimal32_t` in general format
53-
- "%.3De" will print a `decimal64_t` in scientific format with 3 digits of precision
54-
- "%.5DDA" will print a `decimal128_t` in hex format with 5 digits of precision and all letters will be capitalized (e.g. 1.F2CP+2 vs 1.f2cp+2)
53+
- "%.3De" will print a `decimal64_t` in scientific format with 3 digits of precision (e.g. 1.234e+05)
54+
- "%.5DDA" will print a `decimal128_t` in hex format with 5 digits of precision and all letters will be capitalized (e.g. 1.F2C34P+02 vs 1.f2c34p+02)

0 commit comments

Comments
 (0)