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

◆ pow() [30/50]

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

Definition at line 2967 of file mpreal.h.

2968{
2969 mpreal x(a);
2970 mpfr_pow_si(x.mp,x.mp,b,rnd_mode);
2971 return x;
2972}
volatile int x