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

◆ set_from_long()

void M2::ARingQQGMP::set_from_long ( ElementType & result,
long a ) const
inline

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

131 {
132 mpq_set_si(&result, a, 1);
133 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by getElement< M2::ARingQQGMP >(), and syzygy().