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

◆ mypromote() [12/27]

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

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

310{
311 (void) R;
312 return S.set_from_mpq(fS, &fR);
313}
bool set_from_mpq(ElementType &result, mpq_srcptr a) const

References M2::ARingRRR::set_from_mpq().