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

bundles / numpy 2.4.3 / numpy / complex64

class

numpy:complex64

source: /numpy/__init__.py

Signature

class   complex64 ( real = 0 imag = 0 / )

Summary

Complex number type composed of two single-precision floating-point numbers.

Extended Summary

Charactercode

'F'

Canonicalname

numpy.csingle

Aliasonthisplatform(Linuxx86_64)

numpy.complex64: Complex number type composed of 2 32-bit-precision floating-point numbers.

Aliases

  • numpy.complex64

Referenced by