PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ _lwt_minToleranceDouble()

static double _lwt_minToleranceDouble ( double  d)
inlinestatic

Definition at line 4884 of file lwgeom_topo.c.

4885 {
4886  double ret = 3.6 * pow(10, - ( 15 - log10(d?d:1.0) ) );
4887  return ret;
4888 }

Referenced by _lwt_minTolerance().

Here is the caller graph for this function: