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

◆ subtract()

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

Definition at line 189 of file aring-RR.hpp.

192 {
193 result = a - b;
194 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by almostEqual(), and TEST().