PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
bigA()
double bigA
(
double
u2
)
Definition at line
184
of file
lwgeom_spheroid.c
.
185
{
186
return
1.0 + u2/256.0 * (64.0 + u2 * (-12.0 + 5.0 * u2));
187
}
Referenced by
distance_ellipse_calculation()
.
Here is the caller graph for this function:
postgis
lwgeom_spheroid.c
Generated by
1.9.1