method
abs
abs()
public
Hide source
static VALUE nucomp_abs(VALUE self) { get_dat1(self); return m_hypot(dat->real, dat->imag); }