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

◆ operator>() [5/7]

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

Definition at line 1696 of file mpreal.h.

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

References mpfr::mpreal::mpfr_srcptr().