Macaulay2 Engine
Loading...
Searching...
No Matches

◆ operator<<() [5/5]

std::ostream & mpfr::operator<< ( std::ostream & os,
const mpreal & v )
inline

Definition at line 1943 of file mpreal.h.

1944{
1945 return v.output(os);
1946}
std::ostream & output(std::ostream &os) const
Definition mpreal.h:1917