PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ _lwt_minToleranceDouble()

static double _lwt_minToleranceDouble ( double  d)
inlinestatic

Definition at line 5025 of file lwgeom_topo.c.

5026 {
5027  double ret = 3.6 * pow(10, - ( 15 - log10(d?d:1.0) ) );
5028  return ret;
5029 }

Referenced by _lwt_minTolerance().

Here is the caller graph for this function: