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

◆ operator=() [4/15]

mpreal & mpfr::mpreal::operator= ( const long double v)
inline

Definition at line 994 of file mpreal.h.

995{
996 mpfr_set_ld(mpfr_ptr(), v, mpreal::get_default_rnd());
997
999 return *this;
1000}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

References get_default_rnd(), mpfr_ptr(), mpreal(), MPREAL_MSVC_DEBUGVIEW_CODE, and operator=().