bundles / numpy 2.4.3 / numpy / complex128
class
numpy:complex128
source: /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