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

◆ pow() [33/50]

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

Definition at line 2936 of file mpreal.h.

2937{
2938 mpreal x(a);
2939 mpfr_pow_z(x.mp,x.mp,b,rnd_mode);
2940 return x;
2941}
volatile int x