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

◆ operator=() [11/15]

template<typename real_t>
mpreal & mpfr::mpreal::operator= ( const std::complex< real_t > & z)
inline

Definition at line 1113 of file mpreal.h.

1114{
1115 return *this = z.real();
1116}

References mpreal().