Function

NumCosmoMathmpsf_sbessel

Declaration [src]

void
ncm_mpsf_sbessel (
  gulong l,
  gint q,
  gint res,
  gint rnd
)

Description [src]

Computes the Spherical Bessel function $j_\ell(x)$.

This function is not directly available to language bindings.

Parameters

l

Type: gulong

$\ell$ Spherical Bessel $j_\ell$ parameters as a rational number $\ell = q_\ell$.

q

Type: gint

Argument as a rational number $x = q_x$.

res

Type: gint

Mpfr variable containing the result $j_\ell(x)$.

rnd

Type: gint

Mpfr rounding mode.