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

◆ sqrt() [7/7]

const mpreal mpfr::sqrt ( const unsigned long int x,
mp_rnd_t r )
inline

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}
::mpfr_ptr mpfr_ptr()
Definition mpreal.h:1765
volatile int x