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

◆ subtract()

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

Definition at line 359 of file aring-CCi.hpp.

362 {
363 mpfi_sub(&result.re, &a.re, &b.re);
364 mpfi_sub(&result.im, &a.im, &b.im);
365 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References cci_struct::im, cci_struct::re, and result().

Referenced by subtract_multiple().