This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / float64

class

numpy:float64

source: /dev/numpy/build-install/usr/lib/python3.14/site-packages/numpy/__init__.py

Signature

class   float64 ( value = 0 / )

Summary

Double-precision floating-point number type, compatible with Python float and C double.

Extended Summary

Charactercode

'd'

Canonicalname

numpy.double

Aliasonthisplatform(Linuxx86_64)

numpy.float64: 64-bit precision floating-point number type: sign bit, 11 bits exponent, 52 bits mantissa.

Aliases

  • numpy.double

Referenced by