PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ spheroid_big_b()

static double spheroid_big_b ( double  u2)
static

Definition at line 60 of file lwspheroid.c.

61 {
62  return (u2 / 1024.0) * (256.0 + u2 * (-128.0 + u2 * (74.0 - 47.0 * u2)));
63 }

Referenced by spheroid_distance(), and spheroid_project().

Here is the caller graph for this function: