= private = protected
arg()
Argument (angle from (1,0) on the complex plane).
# File lib/complex.rb, line 289 def arg Math.atan2!(@image, @real) end