staircase.Stairs.rdivide# Stairs.rdivide(other)# A binary operator facilitating the division 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.rmultiply, Stairs.divide Examples