From 9d2c15192c890a8876bcb9a2ef918756d03718b6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 19 Sep 2024 06:07:40 +0200 Subject: Adding upstream version 3.46.1. Signed-off-by: Daniel Baumann --- www/printf.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/printf.html') 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 exactly 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 decimal extension 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. -

+

This page last modified on 2024-07-15 21:17:15 UTC

-- cgit v1.2.3