Macaulay2 Engine
Loading...
Searching...
No Matches
◆
mpfc_set_si()
void mpfc_set_si
(
gmp_CCmutable
result
,
long
re
)
Definition at line
38
of file
complex.c
.
39
{
40
mpfr_set_si(
result
->re, re, MPFR_RNDN);
41
mpfr_set_si(
result
->im, 0, MPFR_RNDN);
42
}
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
result()
.
Macaulay2
e
complex.c
Generated on
for Macaulay2 Engine by
1.15.0