staircase.Stairs.rsubtract#

Stairs.rsubtract(other)#

A binary operator facilitating the subtraction of step functions (and floats).

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-rsubtract-1.png