Macaulay2 Engine
Loading...
Searching...
No Matches
◆
mypromote()
[24/27]
bool
M2::mypromote
(
const
ARingRRR
&
R
,
const
ARingRR
&
S
,
const
ARingRRR::ElementType
&
fR
,
ARingRR::ElementType
&
fS
)
inline
Definition at line
385
of file
aring-translate.hpp
.
389
{
390
(void) R;
391
auto
fR1 =
const_cast<
ARingRRR::ElementType
&
>
(fR);
392
S.
set_from_BigReal
(fS, &fR1);
393
return
true
;
394
}
M2::ARingRR::set_from_BigReal
bool set_from_BigReal(ElementType &result, gmp_RR a) const
Definition
aring-RR.hpp:156
M2::ARingRRR::ElementType
elem ElementType
Definition
aring-RRR.hpp:77
References
M2::ARingRR::set_from_BigReal()
.
M2
Generated on
for Macaulay2 Engine by
1.15.0