Method

NumCosmoMathIntegral1deval_lnint

Declaration [src]

gdouble
ncm_integral1d_eval_lnint (
  NcmIntegral1d* int1d,
  const gdouble xi,
  const gdouble xf,
  gdouble* err
)

Description [src]

Evaluated the integral $I_{\ln F}(x_i, x_f) = \ln(\int_{x_i}^{x_f}e^{F(x)}\mathrm{d}x)$.

Parameters

xi

Type: const gdouble

Inferior integration limit $x_i$.

xf

Type: const gdouble

Superior integration limit $x_f$.

err

Type: gdouble*

The error in the integration.

The argument will be set by the function.

Return value

Type: gdouble

The value of the integral $I_{\ln F}(x_i, x_f)$.