Skip to content

Commit

Permalink
Update function pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmasson committed Mar 14, 2024
1 parent f2e2e38 commit 295c662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/functions/am.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<p class="function"> am( <i>z</i>, <i>m</i> ) </p>

<p>The Jacobi amplitude function of <i>z</i> and parameter <i>m</i> in SageMath. Defined as the inverse of the incomplete elliptic integral of the first kind:</p>
<p>The Jacobi amplitude function of <i>z</i> and parameter <i>m</i> in Math. Defined as the inverse of the incomplete elliptic integral of the first kind:</p>

\[ u = \int_0^\phi \frac{ d \theta }{ \sqrt{ 1 - m \sin^2 \theta } } \qquad \rightarrow \qquad \operatorname{am}( u | m ) = \phi \]

Expand Down
2 changes: 1 addition & 1 deletion docs/functions/dn.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<p class="function"> dn( <i>z</i>, <i>m</i> ) </p>

<p>The Jacobi delta amplitude function of <i>z</i> and parameter <i>m</i> in SageMath. Defined by</p>
<p>The Jacobi delta amplitude function of <i>z</i> and parameter <i>m</i> in Math. Defined by</p>

\[ \operatorname{dn}( u | m ) = \sqrt{ 1 - m \operatorname{sn}^2( u | m ) } \]

Expand Down

0 comments on commit 295c662

Please sign in to comment.