PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ _lwt_minToleranceDouble()

static double _lwt_minToleranceDouble ( double  d)
inlinestatic

Definition at line 4903 of file lwgeom_topo.c.

4904 {
4905  double ret = 3.6 * pow(10, - ( 15 - log10(d?d:1.0) ) );
4906  return ret;
4907 }

Referenced by _lwt_minTolerance().

Here is the caller graph for this function: