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

◆ operator<=() [5/7]

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

Definition at line 1720 of file mpreal.h.

1720{ return (mpfr_lessequal_p(a.mpfr_srcptr(),b.mpfr_srcptr()) != 0 ); }
::mpfr_srcptr mpfr_srcptr() const
Definition mpreal.h:1767

References mpfr::mpreal::mpfr_srcptr().