Function

NumCosmoMathComplexnew

Declaration [src]

NcmComplex*
ncm_complex_new (
  void
)

Description [src]

Allocates a new complex number.

Return value

Type: NcmComplex

A new NcmComplex.

The caller of the function takes ownership of the data, and is responsible for freeing it.