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

◆ set_from_mpz()

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

Definition at line 183 of file aring-CC.hpp.

184 {
185 result.re = mpz_get_d(a);
186 result.im = 0.0;
187 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().