Skip to content

Commit

Permalink
sum and fracs tests for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabamund committed Aug 19, 2019
1 parent cf41d58 commit e8dc132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wellpathpy/mincurve.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def minimum_curvature(md, inc, azi, course_length=30):
:math:`dls = arccos(cos(inc_l - inc_u) - sin(inc_u) \cdot sin(inc_l) \cdot (1 - cos(azi_l - azi_u)))`
:math:`rf = \\frac{2}{dls \cdot tan(\\frac{dls}{2})}`
:math:`rf = \\frac{2}{dls \cdot tan(\\sfrac{dls}{2})}`
:math:`northing = \\Sum((md_l - md_u) \cdot (sin(inc_u) \cdot cos(azi_u) + sin(inc_l) \cdot cos(azi_l) / 2) \cdot cf)`
Expand Down

0 comments on commit e8dc132

Please sign in to comment.