PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ 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: