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

◆ computeHashValue_mpz()

unsigned int computeHashValue_mpz ( mpz_srcptr a)

Definition at line 14 of file ZZ.cpp.

15{
16 return static_cast<unsigned int>(mpz_get_si(a));
17}

Referenced by RingZZ::computeHashValue().