Skip to content

Commit

Permalink
Merge pull request #11 from santisoler/patch-1
Browse files Browse the repository at this point in the history
Remove wrong minus sign from equation in docstring
  • Loading branch information
klaundal authored Apr 18, 2023
2 parents e1dc056 + 51a3dce commit 29df237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ppigrf/ppigrf.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def get_inclination_declination(Be, Bn, Bu, degrees=True):
.. math::
D = - \arcsin \frac{B_e}{\sqrt{B_e^2 + B_n^2}}
D = \arcsin \frac{B_e}{\sqrt{B_e^2 + B_n^2}}
Parameters
----------
Expand Down

0 comments on commit 29df237

Please sign in to comment.