Function
NumCosmoMathutil_sinh1
Declaration [src]
gdouble
ncm_util_sinh1 (
const gdouble x
)
Description [src]
Computes $\frac{\sinh(x)}{x}$. For small values of x the taylor series is used.
For large values of x the value is computed using the standard library function.