Function

NumCosmoMathComplexclear

Declaration [src]

void
ncm_complex_clear (
  NcmComplex** c
)

Description [src]

Frees c and sets c to NULL, it should not be used on a statically allocated NcmComplex.

Parameters

c

Type: NcmComplex

A NcmComplex.

The data is owned by the caller of the function.