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

◆ subtract()

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

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

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

References result().