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

◆ divide()

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

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

213 {
214 result = a / b;
215 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by syzygy(), and TEST().