= private = protected
abs2()
Square of the absolute value.
# File lib/complex.rb, line 282 def abs2 @real*@real + @image*@image end