= private = protected
polar()
See <a href="/ruby/Complex/polar">Complex#polar</a>.
# File lib/complex.rb, line 72 def polar return abs, arg end