function template
<complex>

std::sin

template<class T> complex<T> sin (const complex<T>& x);
Sine of complex
Returns the sine of the complex number x.

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

Parameters

x
Complex value, representing an angle expressed in radians.

Return value

Sine of x.

See also

cos
Cosine of complex (function template)
tan
Tangent of complex (function template)
sinh
Hyperbolic sine of complex (function template)
sin (cmath)
Compute sine (function)

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