staircase.Stairs.logical_rxor#

Stairs.logical_rxor(other)#

Returns a boolean-valued step function indicating where self xor 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_rxor-1.png