specify dtype when creating array

Solutions on MaxInterview for specify dtype when creating array by the best coders in the world

showing results for - "specify dtype when creating array"
Angelo
22 Aug 2016
1x = np.array( [1.0,2.1], dtype=float)