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

◆ mypromote() [10/27]

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

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

302{
303 (void) R;
304 return S.set_from_mpq(fS, &fR);
305}
bool set_from_mpq(ElementType &result, mpq_srcptr a) const
Definition aring-RR.hpp:150

References M2::ARingRR::set_from_mpq().