Home
last modified time | relevance | path

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

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A DsphericalBase.py34 sincos2, tanPI_2_2, wrapPI
295 dp = log(tanPI_2_2(a2) / tanPI_2_2(a1))
354 dp = log(tanPI_2_2(a2) / tanPI_2_2(a1))
425 f1 = tanPI_2_2(a1)
427 f2 = tanPI_2_2(a2)
432 f3 = tanPI_2_2(a3)
H A Dlcc.py44 from pygeodesy.utily import degrees90, degrees180, sincos2, tanPI_2_2
349 return max(_0_0, tanPI_2_2(-a) / self._pdef(a))
H A Dutily.py644 def tanPI_2_2(rad): function