Definition at line 38 of file RingRRRTest.cpp.
39{
40 mpfr_t epsilon;
41 mpfr_init2(epsilon, 100);
42 mpfr_set_ui_2exp(epsilon, 1, -nbits, MPFR_RNDN);
43
45 bool ret = mpfr_cmpabs(c.
get_mpfr(), epsilon) < 0;
46
47 mpfr_clear(epsilon);
48 return ret;
49}
virtual ring_elem subtract(const ring_elem f, const ring_elem g) const
mpfr_srcptr get_mpfr() const
References ring_elem::get_mpfr(), and M2::ConcreteRing< RingType >::subtract().
Referenced by TEST(), TEST(), TEST(), TEST(), and TEST().