Convert an array of size 1 to its scalar equivalent.
a : ndarray
Input array of size 1.
out : scalar
Scalar representation of a. The input data type is preserved.
Examples
>>> np.asscalar(np.array([24])) 24
numpy.asfortranarray
numpy.require
Enter search terms or a module, class or function name.