PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ DBL_EQ

#define DBL_EQ (   x,
 
)    ((x == y) || (isnan(x) && isnan(y)) || (fabs(x - y) <= DBL_EPSILON))

Definition at line 2438 of file librtcore.h.