Function
NumCosmoMathbinsplit_test_next
Declaration [src]
glong
ncm_binsplit_test_next (
NcmBinSplit* bs,
NcmBinSplitEval bs_eval,
gulong nt
)
Description [src]
Computes the number of bits of precision that would be gained by adding
nt terms to the sum.
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. nt-
Type:
gulongNumber of terms to be added to the sum.