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

◆ sqrt [2/2]

const mpreal sqrt ( const unsigned long int v,
mp_rnd_t rnd_mode )
friend

Definition at line 2237 of file mpreal.h.

2238{
2239 mpreal y;
2240 mpfr_sqrt_ui(y.mpfr_ptr(), x, r);
2241 return y;
2242}
volatile int x

References mpfr_ptr(), mpreal(), sqrt, and x.