Macaulay2 Engine
Loading...
Searching...
No Matches
◆
mpfc_conj()
void mpfc_conj
(
gmp_CCmutable
result
,
gmp_CCmutable
a
)
Definition at line
220
of file
complex.c
.
221
{
222
mpfr_set(
result
->re, a->re, MPFR_RNDN);
223
mpfr_neg(
result
->im, a->im, MPFR_RNDN);
224
}
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
result()
.
Macaulay2
e
complex.c
Generated on
for Macaulay2 Engine by
1.15.0