Skip to content

Commit

Permalink
Update pow.xhtml
Browse files Browse the repository at this point in the history
Added missing `0` in Description.
  • Loading branch information
EduMenges authored Dec 21, 2023
1 parent c5f8a8b commit 3aa00e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sl4/pow.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<p>
<code class="function">pow</code> returns the value of <em class="parameter"><code>x</code></em> raised to the <em class="parameter"><code>y</code></em> power. i.e.,
<math overflow="scroll"><msup><mi>x</mi><mi>y</mi></msup></math>.
Results are undefined if <math overflow="scroll"><mi>x</mi><mo>&lt;</mo></math>
Results are undefined if <math overflow="scroll"><mi>x</mi><mo>&lt; 0</mo></math>
or if <math overflow="scroll"><mi>x</mi><mo>=</mo><mn>0</mn></math> and
<math overflow="scroll"><mi>y</mi><mo>=</mo><mn>0</mn></math>.
</p>
Expand Down

0 comments on commit 3aa00e8

Please sign in to comment.