mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Improved response to Infinity and NaN. Remove the termporary fpdecode()
function. FossilOrigin-Name: 76ab8ae809a47a66688e2d50c20dc87ce946d82e9ffebb3adda55c451fad07fc
This commit is contained in:
@@ -4604,8 +4604,7 @@ struct PrintfArguments {
|
||||
*/
|
||||
struct FpDecode {
|
||||
char sign; /* '+' or '-' */
|
||||
char isNan; /* True if not-a-number */
|
||||
char isInf; /* True if infinity */
|
||||
char isSpecial; /* 1: Infinity 2: NaN */
|
||||
int n; /* Significant digits in the decode */
|
||||
int iDP; /* Location of the decimal point */
|
||||
char z[24]; /* Significiant digits */
|
||||
|
||||
Reference in New Issue
Block a user