Function

NumCosmoMathmpsf_0F1_q

Declaration [src]

void
ncm_mpsf_0F1_q (
  gint b,
  gint q,
  gint res,
  gint rnd
)

Description [src]

Computes the Hypergeometric function ${}_0F_1(b;x)$.

This function is not directly available to language bindings.

Parameters

b

Type: gint

${}_0F_1$ hypergeometric parameters as a rational number $b = q_b$.

q

Type: gint

Argument as a rational number $x = q_x$.

res

Type: gint

Mpfr variable containing the result ${}_0F_1(b;x)$.

rnd

Type: gint

Mpfr rounding mode.