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