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 }
VALGRIND_MAKE_MEM_DEFINED & result(result)

References result().

Referenced by M2::mypromote().