Macaulay2 Engine
Loading...
Searching...
No Matches
◆
from_BigReal()
template<class RingType>
virtual
bool
M2::ConcreteRing
< RingType >::from_BigReal
(
gmp_RR
q
,
ring_elem
&
result
) const
inline
virtual
Reimplemented from
Ring
.
Definition at line
176
of file
aring-glue.hpp
.
177
{
178
Element
a
(*
R
);
179
bool
ret
=
get_from_BigReal
(*
R
,
a
,
q
);
180
if
(
ret
)
R
->to_ring_elem(
result
,
a
);
181
return
ret
;
182
}
M2::ConcreteRing::R
std::unique_ptr< RingType > R
Definition
aring-glue.hpp:66
M2::ConcreteRing::Element
RingType::Element Element
Definition
aring-glue.hpp:76
M2::ConcreteRing
Definition
aring-glue.hpp:65
M2::get_from_BigReal
bool get_from_BigReal(const RT &R, typename RT::ElementType &a, gmp_RR b)
Definition
aring-translate.hpp:69
M2
ConcreteRing
Generated on
for Macaulay2 Engine by
1.15.0