Macaulay2 Engine
Loading...
Searching...
No Matches
◆
mylift()
[10/16]
bool
M2::mylift
(
const
ARingRR
&
R
,
const
ARingRRR
&
S
,
ARingRR::ElementType
&
result_gR
,
const
ARingRRR::ElementType
&
gS
)
inline
Definition at line
580
of file
aring-translate.hpp
.
584
{
585
(void) S;
586
auto
gS1 =
const_cast<
ARingRRR::ElementType
&
>
(gS);
587
R.
set_from_BigReal
(result_gR, &gS1);
588
return
true
;
589
}
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