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

◆ subtract()

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

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

197 {
198 result = nmod_sub(a, b, mModulus);
199 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mModulus, and result().