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

◆ set_from_mpz()

void M2::ARingRR::set_from_mpz ( ElementType & result,
mpz_srcptr a ) const
inline

Definition at line 145 of file aring-RR.hpp.

146 {
147 result = mpz_get_d(a);
148 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().