Flowdock
method

exact?

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: Complex
exact?() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
static VALUE
nucomp_exact_p(VALUE self)
{
    get_dat1(self);
    return f_boolcast(k_exact_p(dat->real) && k_exact_p(dat->imag));
}
Register or log in to add new notes.