PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
ROUND
#define ROUND
(
x,
y
)
(((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
.
raster
rt_core
librtcore.h
Generated by
1.9.1