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

◆ operator+() [3/3]

template<typename Rhs>
const internal::result_type< Rhs >::type mpfr::operator+ ( const mpreal & lhs,
const Rhs & rhs )
inline

Definition at line 807 of file mpreal.h.

807{ return mpreal(lhs) += rhs; }

References operator+().

Referenced by operator+(), operator+(), and operator+().