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

◆ divide()

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

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

268 {
269 mpfi_div(&result, &a, &b);
270 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by syzygy(), and TEST().