Macaulay2 Engine
Loading...
Searching...
No Matches

◆ mypromote() [8/27]

bool M2::mypromote ( const ARingQQ & R,
const ARingCC & S,
const ARingQQ::ElementType & fR,
ARingCC::ElementType & fS )
inline

Definition at line 322 of file aring-translate.hpp.

326{
327 (void) R;
328 return S.set_from_mpq(fS, &fR);
329}
bool set_from_mpq(ElementType &result, mpq_srcptr a) const
Definition aring-CC.hpp:189

References M2::ARingCC::set_from_mpq().