Method

NumCosmoMathSFSBesselArrayeval_ell_cutoff

Declaration [src]

guint
ncm_sf_sbessel_array_eval_ell_cutoff (
  NcmSFSBesselArray* sba,
  gdouble x
)

Description [src]

Determines the maximum l value for which j_l(x) is above the threshold. For l values above this cutoff, j_l(x) is negligibly small and set to zero.

Parameters

x

Type: gdouble

Argument value.

Return value

Type: guint

The cutoff l value.