We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1763325 commit e8d1229Copy full SHA for e8d1229
source/appendix/calculate-distance.rst
@@ -11,8 +11,8 @@ Flat Earth距离
11
12
.. math::
13
14
- d_f = R \sqrt{(\theta_A - \theta_B)^2 + \cos \left [ \frac{\theta_A +
15
- \theta_B}{2} \right ] \Delta \lambda^2}
+ d_f = R \sqrt{(\theta_A - \theta_B)^2 + (\cos \left [ \frac{\theta_A +
+ \theta_B}{2} \right ] \Delta \lambda)^2}
16
17
其中 R 是地球平均半径(由参数 :ref:`PROJ_MEAN_RADIUS <PROJ_MEAN_RADIUS>` 控制),
18
:math:`\theta` 是纬度,
0 commit comments