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

◆ mypromote() [9/27]

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

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

334{
335 (void) R;
336 return S.set_from_mpq(fS, &fR);
337}
bool set_from_mpq(ElementType &result, mpq_srcptr a) const

References M2::ARingCCC::set_from_mpq().