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

◆ set_from_RRR()

bool M2::ARingCCC::set_from_RRR ( ElementType & result,
const ARingRRR::ElementType & a ) const
inline

Definition at line 561 of file aring-CCC.hpp.

562 {
563 mpfr_set(&result.re, &a, MPFR_RNDN);
564 mpfr_set_si(&result.im, 0, MPFR_RNDN);
565 return true;
566 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by M2::mypromote().