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
Stairs

new instance representing the result of other / self

Examples

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