We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659629d commit 1b4ddeeCopy full SHA for 1b4ddee
doc/reference/ufunc.rst
@@ -161,7 +161,6 @@ Floating functions
161
dpnp.isfinite
162
dpnp.isinf
163
dpnp.isnan
164
- dpnp.isnat
165
dpnp.fabs
166
dpnp.signbit
167
dpnp.copysign
dpnp/dpnp_iface_logic.py
@@ -1168,8 +1168,6 @@ def isfortran(a):
1168
:obj:`dpnp.isposinf` : Test element-wise for positive infinity,
1169
return result as bool array.
1170
:obj:`dpnp.isfinite` : Test element-wise for finiteness.
1171
-:obj:`dpnp.isnat` : Test element-wise for NaT (not a time)
1172
- and return result as a boolean array.
1173
1174
Examples
1175
--------
0 commit comments