# File lib/complex.rb, line 275
def
abs
Math
.
hypot
(
@real
,
@image
)
end