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

◆ computeHashValue()

unsigned int M2::ARingRRR::computeHashValue ( const elem & a) const
inline

Definition at line 85 of file aring-RRR.hpp.

86 {
87 double d = mpfr_get_d(&a, MPFR_RNDN);
88 return static_cast<unsigned int>(d);
89 }