Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/formulas/
Dandoyer_inverse.hpp107 CT const one_minus_cos_d = c1 - cos_d; in apply() local
112 CT const H = math::equals(one_minus_cos_d, c0) ? in apply()
114 (d + three_sin_d) / one_minus_cos_d; in apply()