summaryrefslogtreecommitdiffstats
path: root/www/printf.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/printf.html')
-rw-r--r--www/printf.html4
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>