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

◆ add()

void M2::ARingQQGMP::add ( ElementType & result,
const ElementType & a,
const ElementType & b ) const
inline

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

193 {
194 mpq_add(&result, &a, &b);
195 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().