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

◆ clear()

void mpfr::mpreal::clear ( ::mpfr_ptr x)
inlineprivate

Definition at line 770 of file mpreal.h.

771{
772#ifdef MPREAL_HAVE_MOVE_SUPPORT
773 if(mpfr_is_initialized(x))
774#endif
775 mpfr_clear(x);
776}
volatile int x

References clear(), mpfr_ptr(), and x.

Referenced by clear(), isnum, operator=(), operator=(), operator=(), FreeAlgebra::support(), and ~mpreal().