tanh function template — Computes hyperbolic tangent
template<typename T> complex<T> tanh(const complex<T>& z)
The tanh function returns the complex hyperbolic tangent of z.
tanh
z
tanh function in <cmath>
<cmath>