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

◆ add()

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

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

181 {
182 fmpz_add(&result, &a, &b);
183 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().