Defines | |
| #define | MON_CMP_INVLEX(x, y) (((x) < (y)) ? -1 : ((x) > (y) ? 1 : 0)) |
| #define | MON_IS_ONE(x) ((x) == 0) |
| #define MON_CMP_INVLEX | ( | x, | |||
| y | ) | (((x) < (y)) ? -1 : ((x) > (y) ? 1 : 0)) |
Compares the two monomials x and y inverse-lexicographically.
| #define MON_IS_ONE | ( | x | ) | ((x) == 0) |
Returns whether the monomial x is one.
1.5.6