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

◆ max()

const mpreal mpfr::max ( const mpreal & x,
const mpreal & y )
inline

Definition at line 2791 of file mpreal.h.

2791{ return (x<y?y:x); }
volatile int x

References max(), and x.

Referenced by isEqualFuzzy(), isEqualUlps(), and max().