Macaulay2 Engine
Loading...
Searching...
No Matches
◆
operator<()
[7/7]
bool
mpfr::operator<
(
const
mpreal
&
a
,
const unsigned long
int
b
)
inline
Definition at line
1713
of file
mpreal.h
.
1713
{
return
!
isnan
(a) && (mpfr_cmp_ui(a.
mpfr_srcptr
(),b) < 0 ); }
mpfr::mpreal::mpfr_srcptr
::mpfr_srcptr mpfr_srcptr() const
Definition
mpreal.h:1767
mpfr::isnan
bool isnan(const mpreal &op)
Definition
mpreal.h:1744
References
isnan()
, and
mpfr::mpreal::mpfr_srcptr()
.
mpfr
Generated on
for Macaulay2 Engine by
1.15.0