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

◆ setNan()

mpreal & mpfr::mpreal::setNan ( )
inline

Definition at line 2004 of file mpreal.h.

2005{
2006 mpfr_set_nan(mpfr_ptr());
2008 return *this;
2009}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
#define MPREAL_MSVC_DEBUGVIEW_CODE
Definition mpreal.h:146

References mpfr_ptr(), mpreal(), MPREAL_MSVC_DEBUGVIEW_CODE, and setNan().

Referenced by mpfr::hypot(), mpfr::hypot(), isnum, std::numeric_limits< mpfr::mpreal >::quiet_NaN(), setNan(), std::numeric_limits< mpfr::mpreal >::signaling_NaN(), mpfr::sqrt(), and mpfr::sqrt().