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

◆ add()

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

Definition at line 191 of file aring-zzp-flint.hpp.

192 {
193 result = nmod_add(a, b, mModulus);
194 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mModulus, and result().