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

◆ set_from_mpq()

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

Definition at line 151 of file aring-qq-gmp.hpp.

152 {
153 mpq_set(&result, a);
154 return true;
155 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().