Skip to content

Commit

Permalink
Update power.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Sep 27, 2023
1 parent 79f01a9 commit 31e2c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/functions/power.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ Eye = C**0
> Don't use `C**(1/2)` because in Fortran an integer division, e.g. `1/2`, gives an integer `0` and this function will return the identity tensor instead of the square root.
{: .important }
> For the evaluation of the tensorial square root, use [sqrt](squareroot.md) instead.
> For the evaluation of the tensorial square root, use [sqrt]({% link api/functions/squareroot.md %}) instead.

0 comments on commit 31e2c4a

Please sign in to comment.