NcmMpsf0F1 — Multiple precision implementation of the hypergeometric 0F1.
FIXME
void ncm_mpsf_0F1_q (mpq_t b, mpq_t x, mpfr_ptr res, mp_rnd_t rnd);
mpq_t b
mpq_t x
mpfr_ptr res
mp_rnd_t rnd
b
x
res
rnd
void ncm_mpsf_0F1_d (gdouble b, gdouble x, mpfr_ptr res, mp_rnd_t rnd);
gdouble b
gdouble x
gdouble ncm_sf_0F1 (gdouble b, gdouble x);