]> git.ipfire.org Git - thirdparty/sqlite.git/commit
In the ieee754 extension, render -0.0 as 'ieee754(-1,-3071)' instead of
authordrh <>
Tue, 23 Sep 2025 16:01:45 +0000 (16:01 +0000)
committerdrh <>
Tue, 23 Sep 2025 16:01:45 +0000 (16:01 +0000)
commit611ffbc981abb4305aad0601b00c4778f5dd5e29
tree4c55e3ed086ef64867eea92fc2a81dd079aa336e
parent12f17d41f92e98630c10589e123bc4f667b66431
In the ieee754 extension, render -0.0 as 'ieee754(-1,-3071)' instead of
'ieee754(1,-3071)' as that makes the sign clearer.  Both strings still
convert back to -0.0.  Note that negative zero
and positive zero are distinct values in ieee754.
[forum:/forumpost/1eab7e4a08|Forum post 1eab7e4a08].

FossilOrigin-Name: 136188c161a8a2d5166798fcbd341bd1d3f81da7291011f806d6b2153544832c
ext/misc/ieee754.c
manifest
manifest.uuid
test/ieee754.test