PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ _lwt_minToleranceDouble()

static double _lwt_minToleranceDouble ( double  d)
inlinestatic

Definition at line 4849 of file lwgeom_topo.c.

4850 {
4851  double ret = 3.6 * pow(10, - ( 15 - log10(d?d:1.0) ) );
4852  return ret;
4853 }

Referenced by _lwt_minTolerance().

Here is the caller graph for this function: