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

◆ rec_sqrt()

const mpreal mpfr::rec_sqrt ( const mpreal & v,
mp_rnd_t rnd_mode = mpreal::get_default_rnd() )
inline

Definition at line 2672 of file mpreal.h.

2673{
2674 mpreal x(v);
2675 mpfr_rec_sqrt(x.mp,v.mp,rnd_mode);
2676 return x;
2677}
mpfr_t mp
Definition mpreal.h:177
volatile int x