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

◆ mypromote() [11/27]

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

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

318{
319 (void) R;
320 return S.set_from_mpq(fS, &fR);
321}
bool set_from_mpq(ElementType &result, mpq_srcptr a) const

References M2::ARingRRi::set_from_mpq().