staircase.Stairs.ge#

Stairs.ge(other)#

Returns a boolean-valued step function indicating where self is greater than, or equal to, other.

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-ge-1.png