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

◆ set_from_mpq()

bool M2::ARingCCi::set_from_mpq ( ElementType & result,
mpq_srcptr a ) const
inline

Definition at line 223 of file aring-CCi.hpp.

224 {
225 mpfi_set_q(&result.re, a);
226 mpfi_set_si(&result.im, 0);
227 return true;
228 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().