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

◆ subnormalize()

int mpfr::mpreal::subnormalize ( int t,
mp_rnd_t rnd_mode = get_default_rnd() )
inline

Definition at line 2168 of file mpreal.h.

2169{
2170 int r = mpfr_subnormalize(mpfr_ptr(),t,rnd_mode);
2172 return r;
2173}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

References mpfr_ptr(), MPREAL_MSVC_DEBUGVIEW_CODE, and subnormalize().

Referenced by isnum, and subnormalize().