staircase.Stairs.negate# Stairs.negate()# An operator which produces a new Stairs instance representing the multiplication of the step function by -1. Equivalent to -self. See examples below. Returns: Stairsnew instance representing the result of -self See also Stairs.subtract Examples