This is documentation for an old release of NumPy (version 1.3.). Read this page in the documentation of the latest stable release (version > 1.17).
Check if any of the elements of a are true.
Performs a logical_or over the given axis and returns the result. Masked values are considered as False during computation.
Parameters: | axis : {None, integer}
out : {None, array}, optional
|
---|
See also