method

inexact?

v2_5_5 - Show latest stable - Class: Complex
inexact?()
public

No documentation available.

static VALUE
nucomp_inexact_p(VALUE self)
{
    return f_boolcast(!nucomp_exact_p(self));
}