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

◆ subtract()

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

Definition at line 180 of file aring-zz-gmp.hpp.

183 {
184 mpz_sub(&result, &a, &b);
185 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().