bundles / numpy latest / numpy / complex128
class
numpy:complex128
source: /dev/numpy/build-install/usr/lib/python3.14/site-packages/numpy/__init__.py
Signature
class complex128 ( real = 0 , imag = 0 , / ) Summary
Complex number type composed of two double-precision floating-point numbers, compatible with Python complex.
Extended Summary
- Charactercode
'D'- Canonicalname
- Aliasonthisplatform(Linuxx86_64)
numpy.complex128: Complex number type composed of 2 64-bit-precision floating-point numbers.
Aliases
-
numpy.cdouble