Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvincenty_inverse.hpp106 CT const tan_U2 = one_min_f * tan(lat2); // above (1) in apply() local
110 CT const temp_den_U2 = math::sqrt(c1 + math::sqr(tan_U2)); in apply()
117 CT const sin_U2 = tan_U2 * cos_U2; in apply()