Skip to content

Commit 1927e8b

Browse files
committed
add a note for reciprocal
1 parent 9d6322d commit 1927e8b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dpnp/dpnp_iface_trigonometric.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,13 @@ def reciprocal(
14461446
out : dpnp.ndarray
14471447
An array containing the element-wise reciprocals.
14481448
1449+
Notes
1450+
-----
1451+
If `x` has a integral data type, the output has the default
1452+
real-valued floating-point data type for the device where
1453+
input array `x` is allocated. If `x` has a floating-point
1454+
data type, the output has the same data type.
1455+
14491456
Limitations
14501457
-----------
14511458
Parameters `where`, `dtype` and `subok` are supported with their default values.

0 commit comments

Comments
 (0)