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