= private = protected
arg()
Returns the angle part of its polar form.
static VALUE nucomp_arg(VALUE self) { get_dat1(self); return m_atan2_bang(dat->imag, dat->real); }