Function

NumCosmoMathLaurentSeriesclear

Declaration [src]

void
ncm_laurent_series_clear (
  NcmLaurentSeries** a
)

Description [src]

Frees *a and sets it to NULL.

Parameters

a

Type: NcmLaurentSeries

A NcmLaurentSeries.

The data is owned by the caller of the function.