Macaulay2 Engine
Loading...
Searching...
No Matches

◆ testEquality0()

void testEquality0 ( )

Definition at line 7 of file franzi-brp-test.cpp.

8{
9 BRP bar = BRP();
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.

Referenced by main().