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

◆ subtract()

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

Definition at line 219 of file aring-RRR.hpp.

222 {
223 mpfr_sub(&result, &a, &b, MPFR_RNDN);
224 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by almostEqual(), subtract_multiple(), and TEST().