Skip to content

Commit 31a3db7

Browse files
committed
Rephrase see also link on dpnp.power
1 parent aa01b44 commit 31a3db7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dpnp/dpnp_iface_trigonometric.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,8 +1188,7 @@ def cumlogsumexp(
11881188
--------
11891189
:obj:`dpnp.exp` : Calculate :math:`e^x`, element-wise.
11901190
:obj:`dpnp.expm1` : Calculate :math:`e^x - 1`, element-wise.
1191-
:obj:`dpnp.power` : Exponentiation by raising the first array to the power of
1192-
the second array, element-wise.
1191+
:obj:`dpnp.power` : Calculate :math:`{x1}^{x2}`, element-wise.
11931192
11941193
Examples
11951194
--------
@@ -2476,8 +2475,7 @@ def reduce_hypot(x, /, *, axis=None, dtype=None, keepdims=False, out=None):
24762475
:obj:`dpnp..linalg.matrix_power` : Raise a square matrix to the (integer)
24772476
power `n`.
24782477
:obj:`dpnp.sqrt` : Calculate :math:`\sqrt{x}`, element-wise.
2479-
:obj:`dpnp.power` : Exponentiation by raising the first array to the power of
2480-
the second array, element-wise.
2478+
:obj:`dpnp.power` : Calculate :math:`{x1}^{x2}`, element-wise.
24812479
24822480
Examples
24832481
--------

0 commit comments

Comments
 (0)