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

◆ set_from_mpq()

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

Definition at line 200 of file aring-CCC.hpp.

201 {
202 mpfr_set_q(&result.re, a, MPFR_RNDN);
203 mpfr_set_si(&result.im, 0, MPFR_RNDN);
204 return true;
205 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by M2::mypromote().