5.1.9 SuppressWarnings |
Example |
Use ZZ/(4); -- WARNING: Coeffs are not in a field -- GBasis-related computations could fail to terminate or be wrong ------------------------------- ------------------------------- Set SuppressWarnings; Use ZZ/(4); |