Definition at line 277 of file aring-zzp.hpp.
278 {
279 if (b == 0)
280 throw exc::division_by_zero_error();
281 if (a != 0)
282 {
283 int c = a - b;
286 }
287 else
289 }
VALGRIND_MAKE_MEM_DEFINED & result(result)
References p1, and result().
Referenced by set_from_mpq(), and syzygy().