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

◆ operator==() [5/7]

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

Definition at line 1728 of file mpreal.h.

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

References mpfr::mpreal::mpfr_srcptr().