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

◆ subtract()

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

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

200 {
201 mpq_sub(&result, &a, &b);
202 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().