method
exact?
v1_9_2_180 -
Show latest stable
- Class:
Complex
exact?()public
No documentation available.
static VALUE
nucomp_exact_p(VALUE self)
{
get_dat1(self);
return f_boolcast(k_exact_p(dat->real) && k_exact_p(dat->imag));
}