Method
NumCosmoMathLaurentSeriesTPSeval
Declaration [src]
NcmComplex
ncm_laurent_series_tps_eval (
const NcmLaurentSeriesTPS* tps,
NcmComplex w,
NcmComplex g
)
Parameters
w-
Type:
NcmComplexThe coefficients’ own formal variable, evaluated at this point.
g-
Type:
NcmComplexThe truncation variable, evaluated at this point.
Return value
Type: NcmComplex
$\mathrm{tps}(w,g)=\sum_{n=0}^N L_n(w)\,g^n$.