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

◆ mult()

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

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

241 {
242 mpfr_mul(&result, &a, &b, MPFR_RNDN);
243 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

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