voxel
latest
Introduction
Basic Usage
API
Core
Utilities
FAQs
voxel
API
Core
voxel.numpy_routines.nan_to_num
Edit on GitHub
voxel.numpy_routines.nan_to_num
voxel.numpy_routines.
nan_to_num
(
x
,
copy
=
True
,
nan
=
0.0
,
posinf
=
None
,
neginf
=
None
)
[source]
See
numpy.nan_to_num()
.