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

◆ mask_mpz_cmp_si()

int mask_mpz_cmp_si ( mpz_srcptr x,
long int i )
inline

Definition at line 53 of file ZZ.hpp.

54{
55 return mpz_cmp_si(x, i);
56}
volatile int x

References x.

Referenced by RingZZ::elem_text_out(), GBRing::gbvector_remove_content_ZZ(), RingZZ::is_unit(), GBRing::lower_content_ZZ(), and RingZZ::syzygy().