예제 #1
0
TEST(RingZZmod2, axioms)
{
  Z_mod* R = Z_mod::create(2);
  testRingAxioms(R, ntrials);
}
예제 #2
0
TEST(RingZZmod101, axioms)
{
  Z_mod* R = Z_mod::create(101);
  testRingAxioms(R, ntrials);
}
예제 #3
0
TEST(RingQQ, axioms)
{
  testRingAxioms(globalQQ, ntrials);
}