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: NcmBinSplit

A NcmBinSplit.

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

Type: NcmBinSplitEval

A NcmBinSplitEval.

nt

Type: gulong

Number of terms to be added to the sum.

Return value

Type: glong

Number of bits of precision that would be gained by adding nt terms to the sum.