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

◆ isDivisibleBy()

bool BRP::isDivisibleBy ( const brMonomial & a,
const brMonomial & b )
inlinestatic

Definition at line 89 of file franzi-brp.hpp.

90 {
91 // check if a is divisible by b
92 brMonomial lcm = a | b;
93 return lcm == a;
94 }
unsigned long brMonomial

Referenced by isGoodPair(), isLeadingReducibleBy(), isLeadingReducibleBy(), reduceTail(), remainder(), and testDivide().