Method
NumCosmoMathLaurentSerieseval
Declaration [src]
NcmComplex
ncm_laurent_series_eval (
const NcmLaurentSeries* a,
NcmComplex w
)
Parameters
w-
Type:
NcmComplexThe point to evaluate at.
Return value
Type: NcmComplex
$a(w)=\sum_{h=hmin}^{hmax} c_h w^h$.