PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ _lwt_minToleranceDouble()

static double _lwt_minToleranceDouble ( double  d)
inlinestatic

Definition at line 4944 of file lwgeom_topo.c.

4945 {
4946  double ret = 3.6 * pow(10, - ( 15 - log10(d?d:1.0) ) );
4947  return ret;
4948 }

Referenced by _lwt_minTolerance().

Here is the caller graph for this function: