Definition at line 333 of file aring-m2-gf.hpp.
334 {
335 if (a != 0)
336 {
337 long order1 =
static_cast<long>(
mGF.orderMinusOne());
340 }
341 else
342 {
343
344 if (n > 0)
346 else if (n == 0)
348 else
349 throw exc::division_by_zero_error();
350 }
351 }
VALGRIND_MAKE_MEM_DEFINED & result(result)
References mGF, and result().
Referenced by fromSmallIntegerCoefficients(), and power_mpz().