# File lib/complex.rb, line 312
  def <=> (other)
    self.abs <=> other.abs
  end