Macaulay2 Engine
Loading...
Searching...
No Matches
◆
set_from_mpq()
bool
M2::ARingCC::set_from_mpq
(
ElementType
&
result
,
mpq_srcptr
a
) const
inline
Definition at line
189
of file
aring-CC.hpp
.
190
{
191
result
.re = mpq_get_d(a);
192
result
.im = 0.0;
193
return
true
;
194
}
result
VALGRIND_MAKE_MEM_DEFINED & result(result)
References
result()
.
Referenced by
M2::mypromote()
.
M2
ARingCC
Generated on
for Macaulay2 Engine by
1.15.0