staircase.Stairs.radd

Stairs.radd(other)

A binary operator facilitating the addition 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-radd-1.png