Method: Complex#arg

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

#argObject Also known as: angle, phase



72
73
74
# File 'ext/enterprise_script_service/mruby/mrbgems/mruby-complex/mrblib/complex.rb', line 72

def arg
  Math.atan2 imaginary, real
end