= private = protected
abs()
Absolute value (aka modulus): distance from the zero point on the complex plane.
# File lib/complex.rb, line 281 def abs Math.hypot(@real, @image) end