Macaulay2 Engine
Loading...
Searching...
No Matches
◆
toString()
template<class
T
>
std::string mpfr::toString
(
T
t
,
std::ios_base &(*
f
)(std::ios_base &) )
inline
Definition at line
1770
of file
mpreal.h
.
1771
{
1772
std::ostringstream oss;
1773
oss << f << t;
1774
return
oss.str();
1775
}
References
T
.
mpfr
Generated on
for Macaulay2 Engine by
1.15.0