You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

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

numpy.cdouble

Aliasonthisplatform(Linuxx86_64)

numpy.complex128: Complex number type composed of 2 64-bit-precision floating-point numbers.

Aliases

  • numpy.cdouble

Referenced by