|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/floatObjects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/numericObjects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/node44.html| ]]
|
Python/C API Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/genindex.html| ]]
|
Previous: 7.4.3 Floating Point Objects Up: 7.4 Numeric Objects Next: 7.4.4.1 Complex Numbers as
7.4.4 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.
Subsections
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/floatObjects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/numericObjects.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/node44.html| ]]
|
Python/C API Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/api/genindex.html| ]]
|
Previous: 7.4.3 Floating Point Objects Up: 7.4 Numeric Objects Next: 7.4.4.1 Complex Numbers as
See About this document... for information on suggesting changes.