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

◆ set_from_mpq()

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

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

177 {
178 mpfr_set_q(&result, a, MPFR_RNDN);
179 return true;
180 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by M2::mypromote().