Definition at line 307 of file aring-zzp.hpp.
308 {
309 if (a != 0)
310 {
311 int n1 =
static_cast<int>(mpz_fdiv_ui(n,
p1));
313 }
314 else
315 {
317 else if (mpz_sgn(n) < 0) throw exc::division_by_zero_error();
319 }
320 }
void power(elem &result, elem a, int n) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
References p1, power(), and result().