arr2 = np.asarray([1.5e-10, 1.5, 1500]) print(type(arr2)) # <class 'numpy.ndarray'> print(arr2) #np.printoptions(precision=2)
確定! 回上一頁