Macaulay2 Engine
Loading...
Searching...
No Matches
◆
mypromote()
[21/27]
bool
M2::mypromote
(
const
ARingRRR
&
R
,
const
ARingCC
&
S
,
const
ARingRRR::ElementType
&
fR
,
ARingCC::ElementType
&
fS
)
inline
Definition at line
405
of file
aring-translate.hpp
.
409
{
410
(void) R;
411
auto
fR1 =
const_cast<
ARingRRR::ElementType
&
>
(fR);
412
S.
set_from_BigReal
(fS, &fR1);
413
return
true
;
414
}
M2::ARingCC::set_from_BigReal
bool set_from_BigReal(ElementType &result, gmp_RR a) const
Definition
aring-CC.hpp:196
M2::ARingRRR::ElementType
elem ElementType
Definition
aring-RRR.hpp:77
References
M2::ARingCC::set_from_BigReal()
.
M2
Generated on
for Macaulay2 Engine by
1.15.0