]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use the log10() and log2() functions from the standard C library to implement
authordrh <>
Thu, 17 Nov 2022 14:40:33 +0000 (14:40 +0000)
committerdrh <>
Thu, 17 Nov 2022 14:40:33 +0000 (14:40 +0000)
commit3c1572ddb43ba7f4cbae57ee4b019a2cd45ee015
tree121b645e921cb702277dedb70427eb078d2f449e
parent823872c6d635782030d529ca25f6a02a04fc6487
Use the log10() and log2() functions from the standard C library to implement
the equivalent SQL functions, in the hope that this will prevent reported
precision problems.
See [forum:/forumpost/cfceb1230bdcfd84|forum post cfceb1230bdcfd84] and the
surrounding thread.

FossilOrigin-Name: 7c572d02e60a83b36543ba4d9d45f61e9fc111b61fee085410c2d87558c732d6
manifest
manifest.uuid
src/func.c