staircase.logical_or#

staircase.logical_or(collection)#

Returns a boolean-valued step function resulting from a logical-or operation.

The operands are the Stairs instances in the object the accessor belongs to.

Returns
staircase.Stairs

boolean-valued step function

Examples

>>> arr = [s1, s2]
../../_images/staircase-logical_or-1.png