aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/projections/merc.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/projections/merc.rst b/docs/source/projections/merc.rst
index 9357fc03..f8269a0e 100644
--- a/docs/source/projections/merc.rst
+++ b/docs/source/projections/merc.rst
@@ -78,7 +78,7 @@ Forward projection
.. math::
- y = k_0 \ln \tan \left(\frac{\pi}{4} + \frac{\phi}{2} \right)
+ y = k_0 \ln \left[ \tan \left(\frac{\pi}{4} + \frac{\phi}{2} \right) \right]
Inverse projection
@@ -86,11 +86,11 @@ Inverse projection
.. math::
- \lambda = x / k_0
+ \lambda = \frac{x}{k_0}
.. math::
- \phi = \pi/2 - 2 \arctan \left[ \exp \left( -y/k_0 \right) \right]
+ \phi = \frac{\pi}{2} - 2 \arctan \left[ e^{-y/k_0} \right]
Elliptical form
@@ -125,11 +125,11 @@ Inverse projection
.. math::
- \lambda = x / k_0
+ \lambda = \frac{x}{k_0}
.. math::
- \phi = t^{-1}\left[ \exp \left( -y/k_0 \right) \right]
+ \phi = t^{-1}\left[ e^{ -y/k_0 } \right]
Further reading
###############