Macaulay2 Engine
Loading...
Searching...
No Matches
◆
set_from_mpz()
void M2::ARingCCC::set_from_mpz
(
ElementType
&
result
,
mpz_srcptr
a
) const
inline
Definition at line
194
of file
aring-CCC.hpp
.
195
{
196
mpfr_set_z(&
result
.re, a, MPFR_RNDN);
197
mpfr_set_si(&
result
.im, 0, MPFR_RNDN);
198
}
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
result()
.
M2
ARingCCC
Generated on
for Macaulay2 Engine by
1.15.0