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

◆ isEqualFuzzy() [2/2]

bool mpfr::isEqualFuzzy ( const mpreal & a,
const mpreal & b,
const mpreal & eps )
inline

Definition at line 2123 of file mpreal.h.

2124{
2125 return abs(a - b) <= eps;
2126}
#define abs(x)
Definition polyroots.cpp:51

References abs, and isEqualFuzzy().

Referenced by isEqualFuzzy(), and isEqualFuzzy().