Skip to content

Commit f799994

Browse files
authored
Merge 4383c50 into 249eeb1
2 parents 249eeb1 + 4383c50 commit f799994

File tree

10 files changed

+419
-1129
lines changed

10 files changed

+419
-1129
lines changed

doc/reference/math.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ Miscellaneous
205205
dpnp.sqrt
206206
dpnp.cbrt
207207
dpnp.square
208+
dpnp.rsqrt
208209
dpnp.abs
209210
dpnp.absolute
210211
dpnp.fabs

doc/reference/ufunc.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ Math operations
4444
dpnp.log1p
4545
dpnp.proj
4646
dpnp.sqrt
47+
dpnp.cbrt
4748
dpnp.square
4849
dpnp.reciprocal
50+
dpnp.rsqrt
4951
dpnp.gcd
5052
dpnp.lcm
5153

0 commit comments

Comments
 (0)