thrust::tanh

Defined in thrust/complex.h

template<typename T>
complex<T> thrust::tanh(const complex<T> &z)

Returns the complex hyperbolic tangent of a complex number.

Parameters

z – The complex argument.