Skip to content

Commit

Permalink
Fixed typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucio Anderlini authored and Lucio Anderlini committed Aug 20, 2023
1 parent 0090cdb commit a4a93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.md/SQLite3_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $$
slopes_to_cartesian(coord, norm, tx, ty)
```
Given the `norm` and the slopes `tx` and `ty` of a vector (usually a momentum)
computes the cartesian coordinates $p_x$, $p_y$ and $p_z$ and returns the `coord`-th.
computes the cartesian coordinates \f$p_x\f$, \f$p_y\f$ and \f$p_z\f$ and returns the `coord`-th.

As a reminder,
$$
Expand Down

0 comments on commit a4a93e4

Please sign in to comment.