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

◆ subtract()

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

Definition at line 239 of file aring-RRi.hpp.

242 {
243 mpfi_sub(&result, &a, &b);
244 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by subtract_multiple(), and TEST().