cupy.nan_to_num#

cupy.nan_to_num(x, copy=True, nan=0.0, posinf=None, neginf=None)[source]#

Replace NaN with zero and infinity with large finite numbers (default behaviour) or with the numbers defined by the user using the nan, posinf and/or neginf keywords.