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