jax.numpy.isreal
jax.numpy.isreal#
- jax.numpy.isreal(x)[source]#
Returns a bool array, where True if input element is real.
LAX-backend implementation of
numpy.isreal()
.Original docstring below.
If element has complex type with zero complex part, the return value for that element is True.