# File lib/complex.rb, line 282
  def abs2
    @real*@real + @image*@image
  end