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

◆ isinf()

bool mpfr::isinf ( const mpreal & op)
inline

Definition at line 1745 of file mpreal.h.

1745{ return (mpfr_inf_p (op.mpfr_srcptr()) != 0 ); }
::mpfr_srcptr mpfr_srcptr() const
Definition mpreal.h:1767