bundles / numpy 2.4.4 / numpy / float64
class
numpy:float64
source: /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
- Aliasonthisplatform(Linuxx86_64)
numpy.float64: 64-bit precision floating-point number type: sign bit, 11 bits exponent, 52 bits mantissa.
Aliases
-
numpy.double