# File lib/facets/more/infinity.rb, line 90
  def coerce(other)
    case other
    when InfinityClass
      super
    else
      return -self, other
    end
  end