8{
10 if (bar != 0)
11 {
12 cout << "Testing equality = 0: " << (bar == 0 ? "is 0" : "not 0") << endl;
13 }
14 if (bar == 1)
15 {
16 cout << "Testing equality = 0: " << (bar == 0 ? "is 0" : "not 0") << endl;
17 }
18 if ((bar == 0) == false)
19 {
20 cout << "Testing equality = 0: " << (bar == 0 ? "is 0" : "not 0") << endl;
21 }
22}
Boolean (F_2-coefficient) polynomial stored as an ordered list of square-free monomials.