PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ bigA()

double bigA ( double  u2)

Definition at line 185 of file lwgeom_spheroid.c.

186 {
187  return 1.0 + u2/256.0 * (64.0 + u2 * (-12.0 + 5.0 * u2));
188 }

Referenced by distance_ellipse_calculation().

Here is the caller graph for this function: