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

◆ isregular()

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

Definition at line 1751 of file mpreal.h.

1751{ return (mpfr_regular_p(op.mpfr_srcptr()));}
::mpfr_srcptr mpfr_srcptr() const
Definition mpreal.h:1767