Function

NumCosmoMathbinsplit_eval_prec

Declaration [src]

gulong
ncm_binsplit_eval_prec (
  NcmBinSplit* bs,
  NcmBinSplitEval bs_eval,
  gulong step,
  glong prec
)

Description [src]

Evaluates the sum until the number of bits of precision is greater or equal to prec.

This function is not directly available to language bindings.

Parameters

bs

Type: NcmBinSplit

A NcmBinSplit.

The data is owned by the caller of the function.
bs_eval

Type: NcmBinSplitEval

A NcmBinSplitEval.

step

Type: gulong

Number of terms to be added to the sum in each iteration.

prec

Type: glong

Number of bits of precision to be achieved.

Return value

Type: gulong

Number of terms added to the sum.