flopscope.numpy.float64
flopscope.numpy.float64(x=0, /)
Double-precision floating-point number type, compatible with Python :class:`float` and C ``double``.
Double-precision floating-point number type, compatible with Python float and C double.
docinfo
Character code
'd'
Canonical name
flops.double
Alias on this platform (Linux x86_64)
flops.float64: 64-bit precision floating-point number type: sign bit, 11 bits exponent, 52 bits mantissa.