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

◆ operator>=() [5/7]

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

Definition at line 1704 of file mpreal.h.

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

References mpfr::mpreal::mpfr_srcptr().