method
hash
hash()
public
Hide source
static VALUE nucomp_hash(VALUE self) { get_dat1(self); return f_xor(f_hash(dat->real), f_hash(dat->imag)); }