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: Stairsnew instance representing the result of other - self See also Stairs.radd, Stairs.subtract Examples