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

◆ set_from_BigReal()

bool M2::ARingCCC::set_from_BigReal ( ElementType & result,
gmp_RR a ) const
inline

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

208 {
209 mpfr_set(&result.re, a, MPFR_RNDN);
210 mpfr_set_si(&result.im, 0, MPFR_RNDN);
211 return true;
212 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by M2::get_from_BigReal().