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

◆ operator/() [6/8]

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

Definition at line 834 of file mpreal.h.

834{ return mpreal(lhs) /= rhs; }

References operator/().

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