Name
SQLITE_HAVE_ISNAN — Use system isnan()
function
Common Usage
SQLITE_HAVE_ISNAN
Default
Undefined (use internal
function)
Description
If defined, SQLite will use the
system isnan() function to
determine if a floating-point value is a valid or not. Normally,
SQLite uses an internal version of this function.