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

◆ iszero()

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

Definition at line 1747 of file mpreal.h.

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

Referenced by hypot(), and hypot().