PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
bigB()
double bigB
(
double
u2
)
Definition at line
198
of file
lwgeom_spheroid.c
.
199
{
200
return
u2/512.0 * (128.0 + u2 * (-64.0 + 37.0 * u2));
201
}
Referenced by
distance_ellipse_calculation()
.
Here is the caller graph for this function:
postgis
lwgeom_spheroid.c
Generated by
1.9.1