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

◆ besselyn()

const mpreal mpfr::besselyn ( long n,
const mpreal & x,
mp_rnd_t r = mpreal::get_default_rnd() )
inline

Definition at line 2548 of file mpreal.h.

2549{
2550 mpreal y(0, x.getPrecision());
2551 mpfr_yn(y.mpfr_ptr(), n, x.mpfr_srcptr(), r);
2552 return y;
2553}
volatile int x