PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ FLT_EQ

#define FLT_EQ (   x,
 
)    ((x == y) || (isnan(x) && isnan(y)) || (fabs(x - y) <= FLT_EPSILON))

Definition at line 2235 of file librtcore.h.