Name

tan function template — Computes tangent

Synopsis

template<typename T> complex<T> tan(const complex<T>& z)

The tan function returns the complex tangent of z.