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

◆ operator<() [5/7]

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

Definition at line 1712 of file mpreal.h.

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

References mpfr::mpreal::mpfr_srcptr().