PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ FP_ABS

#define FP_ABS (   a)    ((a) < (0) ? -(a) : (a))

Definition at line 57 of file liblwgeom_internal.h.