PostGIS  3.4.0dev-r@@SVN_REVISION@@
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages

◆ FP_ABS

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

Definition at line 58 of file liblwgeom_internal.h.