PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ bigB()

double bigB ( double  u2)

Definition at line 199 of file lwgeom_spheroid.c.

Referenced by distance_ellipse_calculation().

200 {
201  return u2/512.0 * (128.0 + u2 * (-64.0 + 37.0 * u2));
202 }
Here is the caller graph for this function: