From 8f4850db9b19367eb7ea3f66bef6ac381ebf1f2e Mon Sep 17 00:00:00 2001 From: Zabamund Date: Mon, 19 Aug 2019 14:09:25 +0200 Subject: [PATCH] update fractions --- wellpathpy/tan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wellpathpy/tan.py b/wellpathpy/tan.py index 91363cd..cbbbb99 100644 --- a/wellpathpy/tan.py +++ b/wellpathpy/tan.py @@ -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: