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

◆ rec_sqrt

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

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}
volatile int x

References get_default_rnd(), mp, mpreal(), rec_sqrt, and x.

Referenced by rec_sqrt.