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

◆ divide()

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

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

248 {
249 mpfr_div(&result, &a, &b, MPFR_RNDN);
250 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by syzygy(), and TEST().