iarray.IArray.exp#
- IArray.exp()#
Calculate the exponential of all elements in the input array.
- Parameters
iarr¶(self) (IArray container) – Input array.
- Returns
out – A lazy expression that must be evaluated via out.eval(), which will compute the element-wise exponential of input data.
- Return type
References