{ } Raw JSON

bundles / numpy 2.4.4 / numpy / int64

class

numpy:int64

source: /numpy/__init__.py

Signature

class   int64 ( value = 0 / )

Summary

Signed integer type, compatible with C long.

Extended Summary

Charactercode

'l'

Canonicalname

numpy.long

Aliasonthisplatform(Linuxx86_64)

numpy.int64: 64-bit signed integer (-9_223_372_036_854_775_808 to 9_223_372_036_854_775_807).

Aliasonthisplatform(Linuxx86_64)

numpy.intp: Signed integer large enough to fit pointer, compatible with C intptr_t.

Aliases

  • numpy.int64

Referenced by

Other packages