method
hash
v1_9_1_378 -
Show latest stable
- Class:
Complex
hash()public
No documentation available.
static VALUE
nucomp_hash(VALUE self)
{
get_dat1(self);
return f_xor(f_hash(dat->real), f_hash(dat->imag));
} hash()No documentation available.
static VALUE
nucomp_hash(VALUE self)
{
get_dat1(self);
return f_xor(f_hash(dat->real), f_hash(dat->imag));
}