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:
NcmBinSplitA
NcmBinSplit.The data is owned by the caller of the function. bs_eval-
Type:
NcmBinSplitEvalA
NcmBinSplitEval. step-
Type:
gulongNumber of terms to be added to the sum in each iteration.
prec-
Type:
glongNumber of bits of precision to be achieved.