staircase.Stairs.logical_ror#

Stairs.logical_ror(other)#

Returns a boolean-valued step function indicating where self or other are non-zero.

Equivalent to other | self. See examples below.

Parameters
otherint, float, or Stairs
Returns
Stairs

new instance representing the result of other | self

Examples

../../_images/staircase-Stairs-logical_ror-1.png