Definition at line 319 of file aring-m2-gf.hpp.
320 {
321 if (b == 0)
322 throw exc::division_by_zero_error();
323 if (a != 0)
324 {
325 int c = a - b;
326 if (c <= 0) c +=
mGF.orderMinusOne();
328 }
329 else
331 }
VALGRIND_MAKE_MEM_DEFINED & result(result)
References mGF, and result().
Referenced by set_from_mpq(), and syzygy().