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

◆ pow() [32/50]

const mpreal mpfr::pow ( const mpreal & a,
const mpreal & b,
mp_rnd_t rnd_mode = mpreal::get_default_rnd() )
inline

Definition at line 2929 of file mpreal.h.

2930{
2931 mpreal x(a);
2932 mpfr_pow(x.mp,x.mp,b.mp,rnd_mode);
2933 return x;
2934}
mpfr_t mp
Definition mpreal.h:177
volatile int x