Skip to content

Commit

Permalink
update fractions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabamund committed Aug 19, 2019
1 parent 5f2187b commit 8f4850d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wellpathpy/tan.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,10 @@ def balanced_tan(md, inc, azi):
northing = \sum \\frac{(md_l - md_u) \cdot ((sin(inc_u) \cdot cos(azi_u) + sin(inc_l) \cdot cos(azi_l))}{2}
.. math::
easting = \sum (md_l - md_u) \cdot ((sin(inc_u) \cdot sin(azi_u) + sin(inc_l) \cdot sin(azi_l)) / 2)
easting = \sum \\frac{(md_l - md_u) \cdot ((sin(inc_u) \cdot sin(azi_u) + sin(inc_l) \cdot sin(azi_l))}{2}
.. math::
tvd = \sum (md_l - md_u) \cdot (cos(inc_l) + cos(inc_u)) / 2)
tvd = \sum \\frac{(md_l - md_u) \cdot (cos(inc_l) + cos(inc_u))}{2}
where:
Expand Down

0 comments on commit 8f4850d

Please sign in to comment.