loupe.exp#

class loupe.exp(x)[source]#

Calculate the exponential of the input array.

Parameters:

x (array_like) – Input array

Returns:

out – Output array, element-wise exponential of x.

Return type:

Function