Skip to content

Commit ac69f42

Browse files
committed
Remove limitation block for angle, real, round functions
1 parent 0d91c94 commit ac69f42

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

dpnp/dpnp_iface_mathematical.py

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -509,12 +509,6 @@ def _process_ediff1d_args(arg, arg_name, ary_dtype, ary_sycl_queue, usm_type):
509509
-----
510510
Although the angle of the complex number 0 is undefined, `dpnp.angle(0)` returns the value 0.
511511
512-
Limitations
513-
-----------
514-
Parameters `where' and `subok` are supported with their default values.
515-
Keyword argument `kwargs` is currently unsupported.
516-
Otherwise ``NotImplementedError`` exception will be raised.
517-
518512
See Also
519513
--------
520514
:obj:`dpnp.arctan2` : Element-wise arc tangent of `x1/x2` choosing the quadrant correctly.
@@ -3347,12 +3341,6 @@ def prod(
33473341
data type, the returned array has a floating-point data type
33483342
with the same floating-point precision as complex input.
33493343
3350-
Limitations
3351-
-----------
3352-
Parameters `where' and `subok` are supported with their default values.
3353-
Keyword argument `kwargs` is currently unsupported.
3354-
Otherwise ``NotImplementedError`` exception will be raised.
3355-
33563344
See Also
33573345
--------
33583346
:obj:`dpnp.real_if_close` : Return the real part of the input is complex
@@ -3611,12 +3599,6 @@ def real_if_close(a, tol=100):
36113599
out : dpnp.ndarray
36123600
An array containing the element-wise rounded values.
36133601
3614-
Limitations
3615-
-----------
3616-
Parameters `where' and `subok` are supported with their default values.
3617-
Keyword argument `kwargs` is currently unsupported.
3618-
Otherwise ``NotImplementedError`` exception will be raised.
3619-
36203602
See Also
36213603
--------
36223604
:obj:`dpnp.around` : Equivalent function; see for details.

0 commit comments

Comments
 (0)