PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ FP_ABS

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

Definition at line 58 of file liblwgeom_internal.h.