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