PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ DBL_NEQ

#define DBL_NEQ (   x,
 
)    ((x != y) && !(isnan(x) && isnan(y)) && (fabs(x - y) > DBL_EPSILON))

Definition at line 2388 of file librtcore.h.