exp# template<typename T>complex<T> thrust::exp(const complex<T> &z)# Returns the complex exponential of a complex number. Parameters: z – The complex argument.