Example #1
0
 ZZ operator /(const ZZ& z) const { return (*this) * z.inverse(); }
Example #2
0
 void operator /=(const ZZ& z) { (*this) *= z.inverse(); }