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

◆ subtract_multiple()

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

Definition at line 199 of file aring-qq-flint.hpp.

202 {
203 fmpq_submul(&result, &a, &b);
204 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().