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

◆ subtract_multiple()

void M2::ARingZZ::subtract_multiple ( ElementType & result,
const ElementType & a,
const ElementType & b ) const
inline

Definition at line 192 of file aring-zz-flint.hpp.

195 {
196 fmpz_submul(&result, &a, &b);
197 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().