= private = protected
polar()
Returns the absolute value and the argument.
# File lib/complex.rb, line 297 def polar return abs, arg end