PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ spheroid_big_a()

static double spheroid_big_a ( double  u2)
static

Definition at line 55 of file lwspheroid.c.

56 {
57  return 1.0 + (u2 / 16384.0) * (4096.0 + u2 * (-768.0 + u2 * (320.0 - 175.0 * u2)));
58 }

Referenced by spheroid_distance(), and spheroid_project().

Here is the caller graph for this function: