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

◆ init_set()

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

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

139 {
140 init(result);
141 mpfr_set(&result, &a, MPFR_RNDN);
142 }
void init(ElementType &result) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References init(), and result().