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

◆ isint()

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

Definition at line 1748 of file mpreal.h.

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