GNU Info

Info Node: (python2.1-api.info)Complex Number Objects

(python2.1-api.info)Complex Number Objects


Prev: Floating Point Objects Up: Numeric Objects
Enter node , (file) or (file)node

Complex Number Objects
----------------------

Python's complex number objects are implemented as two distinct types
when viewed from the C API:  one is the Python object exposed to Python
programs, and the other is a C structure which represents the actual
complex number value.  The API provides functions for working with both.

Complex Numbers as C Structures
Complex Numbers as Python Objects

automatically generated by info2www version 1.2.2.9