This is documentation for an old release of NumPy (version 1.3.). Read this page Search for this page in the documentation of the latest stable release (version > 1.17).
Calculate 2**p for all p in the input array.
x : array_like
Input values.
out : ndarray
Element-wise 2 to the power x.