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

◆ set_exp()

int mpfr::mpreal::set_exp ( mp_exp_t e)
inline

Definition at line 2040 of file mpreal.h.

2041{
2042 int x = mpfr_set_exp(mpfr_ptr(), e);
2044 return x;
2045}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146
volatile int x

References mpfr_ptr(), MPREAL_MSVC_DEBUGVIEW_CODE, set_exp(), and x.

Referenced by isnum, and set_exp().