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

◆ operator<=() [3/7]

bool mpfr::operator<= ( const mpreal & a,
const long double b )
inline

Definition at line 1725 of file mpreal.h.

1725{ return !isnan(a) && (b == b) && (mpfr_cmp_ld(a.mpfr_srcptr(),b) <= 0 ); }
::mpfr_srcptr mpfr_srcptr() const
Definition mpreal.h:1767
bool isnan(const mpreal &op)
Definition mpreal.h:1744

References isnan(), and mpfr::mpreal::mpfr_srcptr().