Determines the tangent.
template<class T> complex<T> tan (const complex<T>&);
Returns the tangent of the complex class argument.