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:
NcmComplexA
NcmComplex.The data is owned by the caller of the function.