Method: Complex#polar

Defined in:
ext/enterprise_script_service/mruby/mrbgems/mruby-complex/mrblib/complex.rb

#polarObject



87
88
89
# File 'ext/enterprise_script_service/mruby/mrbgems/mruby-complex/mrblib/complex.rb', line 87

def polar
  [abs, arg]
end