PostGIS
2.1.10dev-r@@SVN_REVISION@@
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
double next_double_down
(
float
d
)
Definition at line
161
of file
lwgeom_api.c
.
References
nextafterf_custom()
, and
result
.
162
{
163
double
result
= d;
164
165
if
( result < d)
166
return
result
;
167
168
return
nextafterf_custom
(result, result - 1000000);
169
}
result
char ** result
Definition:
liblwgeom.h:218
nextafterf_custom
static float nextafterf_custom(float x, float y)
Definition:
lwgeom_api.c:62
Here is the call graph for this function:
liblwgeom
lwgeom_api.c
Generated by
1.8.9.1