René's URL Explorer Experiment


Title: cmath — Mathematical functions for complex numbers — Python 3.15.0a5 documentation

Open Graph Title: cmath — Mathematical functions for complex numbers

Description: This module provides access to mathematical functions for complex numbers. The functions in this module accept integers, floating-point numbers or complex numbers as arguments. They will also accep...

Open Graph Description: This module provides access to mathematical functions for complex numbers. The functions in this module accept integers, floating-point numbers or complex numbers as arguments. They will also accep...

Opengraph URL: https://docs.python.org/3/library/cmath.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_library_cmath_a01a6ef5.png
og:image:altThis module provides access to mathematical functions for complex numbers. The functions in this module accept integers, floating-point numbers or complex numbers as arguments. They will also accep...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
cmath — Mathematical functions for complex numbershttps://docs.python.org/dev/library/cmath.html
Conversions to and from polar coordinateshttps://docs.python.org/dev/library/cmath.html#conversions-to-and-from-polar-coordinates
Power and logarithmic functionshttps://docs.python.org/dev/library/cmath.html#power-and-logarithmic-functions
Trigonometric functionshttps://docs.python.org/dev/library/cmath.html#trigonometric-functions
Hyperbolic functionshttps://docs.python.org/dev/library/cmath.html#hyperbolic-functions
Classification functionshttps://docs.python.org/dev/library/cmath.html#classification-functions
Constantshttps://docs.python.org/dev/library/cmath.html#constants
math.integer — integer-specific mathematics functionshttps://docs.python.org/dev/library/math.integer.html
decimal — Decimal fixed-point and floating-point arithmetichttps://docs.python.org/dev/library/decimal.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/cmath.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/decimal.html
previoushttps://docs.python.org/dev/library/math.integer.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Numeric and Mathematical Moduleshttps://docs.python.org/dev/library/numeric.html
cmath — Mathematical functions for complex numbershttps://docs.python.org/dev/library/cmath.html
https://docs.python.org/dev/library/cmath.html#module-cmath
__complex__()https://docs.python.org/dev/reference/datamodel.html#object.__complex__
__float__()https://docs.python.org/dev/reference/datamodel.html#object.__float__
cmath.sqrt()https://docs.python.org/dev/library/cmath.html#cmath.sqrt
phase(z)https://docs.python.org/dev/library/cmath.html#cmath.phase
polar(z)https://docs.python.org/dev/library/cmath.html#cmath.polar
rect(r, phi)https://docs.python.org/dev/library/cmath.html#cmath.rect
exp(z)https://docs.python.org/dev/library/cmath.html#cmath.exp
log(z[, base])https://docs.python.org/dev/library/cmath.html#cmath.log
log10(z)https://docs.python.org/dev/library/cmath.html#cmath.log10
sqrt(z)https://docs.python.org/dev/library/cmath.html#cmath.sqrt
acos(z)https://docs.python.org/dev/library/cmath.html#cmath.acos
asin(z)https://docs.python.org/dev/library/cmath.html#cmath.asin
atan(z)https://docs.python.org/dev/library/cmath.html#cmath.atan
cos(z)https://docs.python.org/dev/library/cmath.html#cmath.cos
sin(z)https://docs.python.org/dev/library/cmath.html#cmath.sin
tan(z)https://docs.python.org/dev/library/cmath.html#cmath.tan
acosh(z)https://docs.python.org/dev/library/cmath.html#cmath.acosh
asinh(z)https://docs.python.org/dev/library/cmath.html#cmath.asinh
atanh(z)https://docs.python.org/dev/library/cmath.html#cmath.atanh
cosh(z)https://docs.python.org/dev/library/cmath.html#cmath.cosh
sinh(z)https://docs.python.org/dev/library/cmath.html#cmath.sinh
tanh(z)https://docs.python.org/dev/library/cmath.html#cmath.tanh
isfinite(z)https://docs.python.org/dev/library/cmath.html#cmath.isfinite
isinf(z)https://docs.python.org/dev/library/cmath.html#cmath.isinf
isnan(z)https://docs.python.org/dev/library/cmath.html#cmath.isnan
isclose(a, b, *, rel_tol, abs_tol)https://docs.python.org/dev/library/cmath.html#cmath.isclose
pihttps://docs.python.org/dev/library/cmath.html#cmath.pi
ehttps://docs.python.org/dev/library/cmath.html#cmath.e
tauhttps://docs.python.org/dev/library/cmath.html#cmath.tau
infhttps://docs.python.org/dev/library/cmath.html#cmath.inf
infjhttps://docs.python.org/dev/library/cmath.html#cmath.infj
nanhttps://docs.python.org/dev/library/cmath.html#cmath.nan
nanjhttps://docs.python.org/dev/library/cmath.html#cmath.nanj
https://docs.python.org/dev/library/cmath.html#conversions-to-and-from-polar-coordinates
https://docs.python.org/dev/library/cmath.html#cmath.phase
abs()https://docs.python.org/dev/library/functions.html#abs
cmathhttps://docs.python.org/dev/library/cmath.html#module-cmath
https://docs.python.org/dev/library/cmath.html#cmath.polar
https://docs.python.org/dev/library/cmath.html#cmath.rect
https://docs.python.org/dev/library/cmath.html#power-and-logarithmic-functions
https://docs.python.org/dev/library/cmath.html#cmath.exp
https://docs.python.org/dev/library/cmath.html#cmath.log
https://docs.python.org/dev/library/cmath.html#cmath.log10
log()https://docs.python.org/dev/library/cmath.html#cmath.log
https://docs.python.org/dev/library/cmath.html#cmath.sqrt
log()https://docs.python.org/dev/library/cmath.html#cmath.log
https://docs.python.org/dev/library/cmath.html#trigonometric-functions
https://docs.python.org/dev/library/cmath.html#cmath.acos
https://docs.python.org/dev/library/cmath.html#cmath.asin
acos()https://docs.python.org/dev/library/cmath.html#cmath.acos
https://docs.python.org/dev/library/cmath.html#cmath.atan
https://docs.python.org/dev/library/cmath.html#cmath.cos
https://docs.python.org/dev/library/cmath.html#cmath.sin
https://docs.python.org/dev/library/cmath.html#cmath.tan
https://docs.python.org/dev/library/cmath.html#hyperbolic-functions
https://docs.python.org/dev/library/cmath.html#cmath.acosh
https://docs.python.org/dev/library/cmath.html#cmath.asinh
https://docs.python.org/dev/library/cmath.html#cmath.atanh
https://docs.python.org/dev/library/cmath.html#cmath.cosh
https://docs.python.org/dev/library/cmath.html#cmath.sinh
https://docs.python.org/dev/library/cmath.html#cmath.tanh
https://docs.python.org/dev/library/cmath.html#classification-functions
https://docs.python.org/dev/library/cmath.html#cmath.isfinite
https://docs.python.org/dev/library/cmath.html#cmath.isinf
https://docs.python.org/dev/library/cmath.html#cmath.isnan
https://docs.python.org/dev/library/cmath.html#cmath.isclose
PEP 485https://peps.python.org/pep-0485/
https://docs.python.org/dev/library/cmath.html#constants
https://docs.python.org/dev/library/cmath.html#cmath.pi
https://docs.python.org/dev/library/cmath.html#cmath.e
https://docs.python.org/dev/library/cmath.html#cmath.tau
https://docs.python.org/dev/library/cmath.html#cmath.inf
https://docs.python.org/dev/library/cmath.html#cmath.infj
https://docs.python.org/dev/library/cmath.html#cmath.nan
math.nanhttps://docs.python.org/dev/library/math.html#math.nan
https://docs.python.org/dev/library/cmath.html#cmath.nanj
mathhttps://docs.python.org/dev/library/math.html#module-math
cmathhttps://docs.python.org/dev/library/cmath.html#module-cmath
Table of Contentshttps://docs.python.org/dev/contents.html
cmath — Mathematical functions for complex numbershttps://docs.python.org/dev/library/cmath.html
Conversions to and from polar coordinateshttps://docs.python.org/dev/library/cmath.html#conversions-to-and-from-polar-coordinates
Power and logarithmic functionshttps://docs.python.org/dev/library/cmath.html#power-and-logarithmic-functions
Trigonometric functionshttps://docs.python.org/dev/library/cmath.html#trigonometric-functions
Hyperbolic functionshttps://docs.python.org/dev/library/cmath.html#hyperbolic-functions
Classification functionshttps://docs.python.org/dev/library/cmath.html#classification-functions
Constantshttps://docs.python.org/dev/library/cmath.html#constants
math.integer — integer-specific mathematics functionshttps://docs.python.org/dev/library/math.integer.html
decimal — Decimal fixed-point and floating-point arithmetichttps://docs.python.org/dev/library/decimal.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/cmath.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/decimal.html
previoushttps://docs.python.org/dev/library/math.integer.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Numeric and Mathematical Moduleshttps://docs.python.org/dev/library/numeric.html
cmath — Mathematical functions for complex numbershttps://docs.python.org/dev/library/cmath.html
Copyrighthttps://docs.python.org/dev/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.