import numpy as np a = 9223372036854775808 type(a) b = np.int64(0) type(b) type(b*a). Однако выход есть: builtins.int numpy.int64 numpy.float64.
確定! 回上一頁