# File lib/eymiha/math/rectify.rb, line 42
  def at_least(low=0)
    self < low ? low : self
  end