diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:07:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:07:40 +0000 |
commit | 9d2c15192c890a8876bcb9a2ef918756d03718b6 (patch) | |
tree | 8340f6a53cda0ba296d162c8c8d767086a337ff9 /www/printf.html | |
parent | Adding upstream version 3.46.0. (diff) | |
download | sqlite3-9d2c15192c890a8876bcb9a2ef918756d03718b6.tar.xz sqlite3-9d2c15192c890a8876bcb9a2ef918756d03718b6.zip |
Adding upstream version 3.46.1.upstream/3.46.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'www/printf.html')
-rw-r--r-- | www/printf.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/printf.html b/www/printf.html index 61fe49a..dd22309 100644 --- a/www/printf.html +++ b/www/printf.html @@ -249,7 +249,7 @@ Every IEEE-754 double can be represented <i>exactly</i> as a decimal value, but for many doubles the exact decimal representation requires more than 16 or 26 significant digits. The SQLite printf() function only renders the first 16 or 26 significant digits -because that can be done efficient and because 16 decimal digits it is sufficient +because that can be done efficiently and because 16 decimal digits suffice to distinguish every possible double value. Use the <a href="floatingpoint.html#decext">decimal extension</a> to get the exact decimal equivalent of double value for the rare cases where that is required. @@ -562,5 +562,5 @@ routine. This is because there was no snprintf() routine in the standard C library when Hipp was first implementing his version, and he chose a different order than the designers of the standard C library. -</p> +</p><p align="center"><small><i>This page last modified on <a href="https://sqlite.org/docsrc/honeypot" id="mtimelink" data-href="https://sqlite.org/docsrc/finfo/pages/printf.in?m=644a1d8ad6">2024-07-15 21:17:15</a> UTC </small></i></p> |