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

◆ fmax()

const mpreal mpfr::fmax ( const mpreal & x,
const mpreal & y,
mp_rnd_t rnd_mode = mpreal::get_default_rnd() )
inline

Definition at line 2794 of file mpreal.h.

2795{
2796 mpreal a;
2797 mpfr_max(a.mp,x.mp,y.mp,rnd_mode);
2798 return a;
2799}
mpfr_t mp
Definition mpreal.h:177
volatile int x