PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ ROUND

#define ROUND (   x,
 
)    (((x > 0.0) ? floor((x * pow(10, y) + 0.5)) : ceil((x * pow(10, y) - 0.5))) / pow(10, y))

Definition at line 2241 of file librtcore.h.