staircase.Stairs.divide#

Stairs.divide(other)#

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

Equivalent to self / other. See examples below.

Parameters
otherint, float, or Stairs
Returns
Stairs

new instance representing the result of self / other

Examples

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