Skip to content

Commit 75f1f97

Browse files
authored
update out keyword for elementwise functions (#1656)
* update out keyword elementwise * improve test coverage * address comments
1 parent 249eeb1 commit 75f1f97

10 files changed

+419
-1129
lines changed

doc/reference/math.rst

+1
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

+2
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)