PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ DBL_NEQ

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

Definition at line 2236 of file librtcore.h.