nanprod#
- astropy.utils.masked.function_helpers.nanprod(a, *args, **kwargs)#
Like
numpy.nanprod
, skipping masked values as well.Masked/NaN values are replaced with 1. The output is not masked.
Like numpy.nanprod
, skipping masked values as well.
Masked/NaN values are replaced with 1. The output is not masked.