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

◆ mpfc_init_set()

void mpfc_init_set ( gmp_CCmutable result,
gmp_CCmutable a )

Definition at line 8 of file complex.c.

9{
12 mpfr_init_set(result->re, a->re, MPFR_RNDN);
13 mpfr_init_set(result->im, a->im, MPFR_RNDN);
14}
VALGRIND_MAKE_MEM_DEFINED & result(result)
#define getmemstructtype(S)
Definition m2-mem.h:143
mpfr_ptr gmp_RRmutable
Definition m2-types.h:150

References getmemstructtype, and result().