Skip to content

Commit

Permalink
Fix data-label for math::pow
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Sep 16, 2024
1 parent 34b4e4f commit 41c293c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ These functions can be used when analysing numeric data and numeric collections.
<td scope="row" data-label="Description">Represents the mathematical constant π.</td>
</tr>
<tr>
<td scope="row" data-label="Constant"><a href="#mathpow"><code>math::pow()</code></a></td>
<td scope="row" data-label="Function"><a href="#mathpow"><code>math::pow()</code></a></td>
<td scope="row" data-label="Description">Returns a number raised to a power</td>
</tr>
<tr>
Expand Down

0 comments on commit 41c293c

Please sign in to comment.