loupe.expc# class loupe.expc(x)[source]# Calculate the exponential of the input array * 1j. Parameters: x (array_like) – Input array Returns: out – Output array, element-wise exponential of x*1j. Return type: Function Notes loupe.expc(x) is equivalent to loupe.exp(x*1j).