PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ _lwt_minToleranceDouble()

static double _lwt_minToleranceDouble ( double  d)
inlinestatic

Definition at line 5023 of file lwgeom_topo.c.

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

Referenced by _lwt_minTolerance().

Here is the caller graph for this function: