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

◆ FLT_NEQ

#define FLT_NEQ (   x,
 
)    ((x != y) && !(isnan(x) && isnan(y)) && (fabs(x - y) > FLT_EPSILON))

Definition at line 2435 of file librtcore.h.