numpy.isnan(x, /, out=None, *, where=True, casting='same_kind', order='K', ... np.isnan(np.nan) True >>> np.isnan(np.inf) False >>> np.isnan([np.log(-1.) ...
確定! 回上一頁