Function
NumCosmoMathbinsplit_get_q
Declaration [src]
void
ncm_binsplit_get_q (
NcmBinSplit* bs,
gint q
)
Description [src]
Computes the value of the sum stored in bs and stores the result in q.
The result is stored in the form of a #mpq_t.
This function is not directly available to language bindings.
Parameters
bs-
Type:
NcmBinSplitA
NcmBinSplit.The data is owned by the caller of the function. q-
Type:
gintA #mpq_t arbitrary precision rational.