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

◆ set_from_complex_mpfr()

bool M2::ARingCCC::set_from_complex_mpfr ( ElementType & result,
mpfr_srcptr re,
const mpfr_srcptr im ) const
inline

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

232 {
233 mpfr_set(&result.re, re, MPFR_RNDN);
234 mpfr_set(&result.im, im, MPFR_RNDN);
235 return true;
236 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().