Py_complex Struct Reference

Py_complex Struct Reference

#include <complexobject.h>

Class Description

Definition at line 9 of file complexobject.h.

Public Attributes

double real
 
double imag
 

Member Data Documentation

double imag

Definition at line 11 of file complexobject.h.

double real

Definition at line 10 of file complexobject.h.


The documentation for this struct was generated from the following file: