Function

NumCosmoMathexprel

Declaration [src]

gdouble
ncm_exprel (
  const gdouble x
)

Description [src]

Computes the relative exponential $(\exp(x) - 1)/x$.

Parameters

x

Type: const gdouble

A double.

Return value

Type: gdouble

$(\exp(x) - 1)/x$.