function template
<complex>

std::tan

template<class T> complex<T> tan (const complex<T>& x);
Tangent of complex
Returns the tangent of the complex number x.

This is the complex version of the tan function (defined in <cmath> ).

Parameters

x
Complex value, representing an angle expressed in radians.

Return value

Tangent of x.

See also

cos
Cosine of complex (function template)
sin
Sine of complex (function template)
tanh
Hyperbolic tangent of complex (function template)
tan (cmath)
Compute tangent (function)

AltStyle によって変換されたページ (->オリジナル) /