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

◆ subtract()

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

Definition at line 299 of file aring-gf-flint.hpp.

302 {
303 fq_zech_sub(&result, &a, &b, mContext);
304 }
fq_zech_ctx_t mContext
VALGRIND_MAKE_MEM_DEFINED & result(result)

References mContext, and result().

Referenced by subtract_multiple().