std::tan(std::complex)

From cppreference.com
Defined in header <complex>
template< class T >
complex<T> tan( const complex<T>& z );

Computes complex tangent of a complex value z.

[edit] Parameters

z - complex value

[edit] Return value

Complex tangent of z.

[edit] See also

computes sine of a complex number (sin(z))
(function template)
computes cosine of a complex number (cos(z))
(function template)