isnan Source code in sparse/numba_backend/_common.py 2199 2200 2201@_support_numpy def isnan(x, /): return x.isnan()