René's URL Explorer Experiment


Title: Complex Number Objects — Python 3.15.0b3 documentation

Open Graph Title: Complex Number Objects

Description: Complex Numbers as C Structures: The API also provides functions for working with complex numbers, using the Py_complex representation. Note that the functions which accept these structures as para...

Open Graph Description: Complex Numbers as C Structures: The API also provides functions for working with complex numbers, using the Py_complex representation. Note that the functions which accept these structures as para...

Opengraph URL: https://docs.python.org/3/c-api/complex.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_c-api_complex_a4ed4b2e.png
og:image:altComplex Numbers as C Structures: The API also provides functions for working with complex numbers, using the Py_complex representation. Note that the functions which accept these structures as para...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3.15/contents.html
Complex Number Objectshttps://docs.python.org/3.15/c-api/complex.html
Complex Numbers as C Structureshttps://docs.python.org/3.15/c-api/complex.html#complex-numbers-as-c-structures
Floating-Point Objectshttps://docs.python.org/3.15/c-api/float.html
Bytes Objectshttps://docs.python.org/3.15/c-api/bytes.html
Report a bughttps://docs.python.org/3.15/bugs.html
Improve this pagehttps://docs.python.org/3.15/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/complex.rst?plain=1
indexhttps://docs.python.org/3.15/genindex.html
moduleshttps://docs.python.org/3.15/py-modindex.html
nexthttps://docs.python.org/3.15/c-api/bytes.html
previoushttps://docs.python.org/3.15/c-api/float.html
Pythonhttps://www.python.org/
3.15.0b3 Documentationhttps://docs.python.org/3.15/index.html
Python/C API reference manualhttps://docs.python.org/3.15/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/3.15/c-api/concrete.html
Complex Number Objectshttps://docs.python.org/3.15/c-api/complex.html
https://docs.python.org/3.15/c-api/complex.html#complex-number-objects
https://docs.python.org/3.15/c-api/complex.html#c.PyComplexObject
PyObjecthttps://docs.python.org/3.15/c-api/structures.html#c.PyObject
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c.PyComplexObject.cval
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
PyComplex_AsCComplex()https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_AsCComplex
PyComplex_FromCComplex()https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_FromCComplex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
PyTypeObjecthttps://docs.python.org/3.15/c-api/type.html#c.PyTypeObject
https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_Type
Stable ABIhttps://docs.python.org/3.15/c-api/stable.html#stable
PyTypeObjecthttps://docs.python.org/3.15/c-api/type.html#c.PyTypeObject
complexhttps://docs.python.org/3.15/library/functions.html#complex
PyObjecthttps://docs.python.org/3.15/c-api/structures.html#c.PyObject
https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_Check
PyComplexObjecthttps://docs.python.org/3.15/c-api/complex.html#c.PyComplexObject
PyObjecthttps://docs.python.org/3.15/c-api/structures.html#c.PyObject
https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_CheckExact
PyComplexObjecthttps://docs.python.org/3.15/c-api/complex.html#c.PyComplexObject
PyObjecthttps://docs.python.org/3.15/c-api/structures.html#c.PyObject
https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_FromDoubles
Stable ABIhttps://docs.python.org/3.15/c-api/stable.html#stable
PyComplexObjecthttps://docs.python.org/3.15/c-api/complex.html#c.PyComplexObject
PyObjecthttps://docs.python.org/3.15/c-api/structures.html#c.PyObject
https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_RealAsDouble
Stable ABIhttps://docs.python.org/3.15/c-api/stable.html#stable
__complex__()https://docs.python.org/3.15/reference/datamodel.html#object.__complex__
PyFloat_AsDouble()https://docs.python.org/3.15/c-api/float.html#c.PyFloat_AsDouble
PyErr_Occurred()https://docs.python.org/3.15/c-api/exceptions.html#c.PyErr_Occurred
__complex__()https://docs.python.org/3.15/reference/datamodel.html#object.__complex__
PyObjecthttps://docs.python.org/3.15/c-api/structures.html#c.PyObject
https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_ImagAsDouble
Stable ABIhttps://docs.python.org/3.15/c-api/stable.html#stable
__complex__()https://docs.python.org/3.15/reference/datamodel.html#object.__complex__
PyFloat_AsDouble()https://docs.python.org/3.15/c-api/float.html#c.PyFloat_AsDouble
PyErr_Occurred()https://docs.python.org/3.15/c-api/exceptions.html#c.PyErr_Occurred
__complex__()https://docs.python.org/3.15/reference/datamodel.html#object.__complex__
https://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c.Py_complex.real
https://docs.python.org/3.15/c-api/complex.html#c.Py_complex.imag
PyObjecthttps://docs.python.org/3.15/c-api/structures.html#c.PyObject
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_FromCComplex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
PyObjecthttps://docs.python.org/3.15/c-api/structures.html#c.PyObject
https://docs.python.org/3.15/c-api/complex.html#c.PyComplex_AsCComplex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
__complex__()https://docs.python.org/3.15/reference/datamodel.html#object.__complex__
__float__()https://docs.python.org/3.15/reference/datamodel.html#object.__float__
__index__()https://docs.python.org/3.15/reference/datamodel.html#object.__index__
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
realhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex.real
PyErr_Occurred()https://docs.python.org/3.15/c-api/exceptions.html#c.PyErr_Occurred
__index__()https://docs.python.org/3.15/reference/datamodel.html#object.__index__
https://docs.python.org/3.15/c-api/complex.html#complex-numbers-as-c-structures
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
soft deprecatedhttps://docs.python.org/3.15/glossary.html#term-soft-deprecated
Number Protocolhttps://docs.python.org/3.15/c-api/number.html#number
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c._Py_c_sum
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c._Py_c_diff
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c._Py_c_neg
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c._Py_c_prod
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c._Py_c_quot
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c._Py_c_pow
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
Py_complexhttps://docs.python.org/3.15/c-api/complex.html#c.Py_complex
https://docs.python.org/3.15/c-api/complex.html#c._Py_c_abs
Table of Contentshttps://docs.python.org/3.15/contents.html
Complex Number Objectshttps://docs.python.org/3.15/c-api/complex.html
Complex Numbers as C Structureshttps://docs.python.org/3.15/c-api/complex.html#complex-numbers-as-c-structures
Floating-Point Objectshttps://docs.python.org/3.15/c-api/float.html
Bytes Objectshttps://docs.python.org/3.15/c-api/bytes.html
Report a bughttps://docs.python.org/3.15/bugs.html
Improve this pagehttps://docs.python.org/3.15/improve-page-nojs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/complex.rst?plain=1
indexhttps://docs.python.org/3.15/genindex.html
moduleshttps://docs.python.org/3.15/py-modindex.html
nexthttps://docs.python.org/3.15/c-api/bytes.html
previoushttps://docs.python.org/3.15/c-api/float.html
Pythonhttps://www.python.org/
3.15.0b3 Documentationhttps://docs.python.org/3.15/index.html
Python/C API reference manualhttps://docs.python.org/3.15/c-api/index.html
Concrete Objects Layerhttps://docs.python.org/3.15/c-api/concrete.html
Complex Number Objectshttps://docs.python.org/3.15/c-api/complex.html
Copyrighthttps://docs.python.org/3.15/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.