Function

NumCosmoMathbinsplit_get_d

Declaration [src]

gdouble
ncm_binsplit_get_d (
  NcmBinSplit* bs,
  gint rnd
)

Description [src]

Computes the value of the sum stored in bs and stores the result in res in the form of a double.

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.
rnd

Type: gint

A #mp_rnd_t rounding mode.

Return value

Type: gdouble

The value of the sum stored in bs in the form of a double.