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

◆ computeHashValue()

unsigned int M2::ARingZZ::computeHashValue ( const ElementType & a) const
inline

Definition at line 79 of file aring-zz-flint.hpp.

80 {
81 return static_cast<unsigned int>(fmpz_get_ui(&a));
82 }