Reimplemented from Ring.
Definition at line 251 of file ZZp.cpp.
252{
254 if (n < 0)
255 throw exc::division_by_zero_error();
256 else if (n == 0)
257 return ring_elem(0);
258 return ring_elem(
_ZERO);
259 }
262 return ring_elem(m);
263}
References _P1, _ZERO, and ring_elem::get_int().