Home
last modified time | relevance | path

Searched refs:_EPSqrt (Results 1 – 3 of 3) sorted by relevance

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A Dinterns.py447 _EPSqrt = _float(sqrt(EPS)) # PYCHOK = 1.49011611938e5-08 variable
448 _EPStol = _float(_EPSqrt * _0_1) # PYCHOK = 1.49011611938e5-09 == sqrt(EPS * _0_01)
H A Dalbers.py22 from pygeodesy.interns import EPS0, EPS02, NN, _EPSqrt as _TOL, _datum_, \
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/geodesicx/
H A Dgx.py49 _COMMASPACE_, _convergence_, _EPSqrt, \
76 _TOL2 = _EPSqrt # == sqrt(_TOL0)