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

◆ subtract()

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

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

188 {
189 fmpz_sub(&result, &a, &b);
190 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().