Template Function thrust::tanh¶
Defined in File complex.h
Function Documentation¶
-
template<typename T>__host__ __device__ complex<T> thrust::tanh(const complex < T > & z) Returns the complex hyperbolic tangent of a
complexnumber.- Parameters
z: Thecomplexargument.