Skip to content

Commit

Permalink
Avoid LaTeX strings for now (to be fixed later)
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-a-stewart committed Jun 7, 2024
1 parent 06f4946 commit 3f630f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pseudojet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ const η = eta
"""
m(p::PseudoJet)
Compute the invariant mass of a `PseudoJet` object. By convention if $m^2 < 0$,
then $-\sqrt{(-m^2)}$ is returned.
Compute the invariant mass of a `PseudoJet` object. By convention if m^2 < 0,
then -sqrt{(-m^2)} is returned.
# Arguments
- `p::PseudoJet`: The `PseudoJet` object for which to compute the invariant
Expand Down

0 comments on commit 3f630f8

Please sign in to comment.