description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: csin, csinf, csinl | csin, csinf, csinl | 11/04/2016 |
|
|
|
|
|
| 3ed475e8-9aae-42ba-a25c-7ae656a0fd4d |
Retrieves the sine of a complex number.
_Dcomplexcsin( _Dcomplexz ); _Fcomplexcsin( _Fcomplexz ); // C++ only_Lcomplexcsin( _Lcomplexz ); // C++ only_Fcomplexcsinf( _Fcomplexz ); _Lcomplexcsinl( _Lcomplexz );
z
A complex number that represents an angle, in radians.
The sine of z
, in radians.
Because C++ allows overloading, you can call overloads of csin
that take and return _Fcomplex
and _Lcomplex
values. In a C program, csin
always takes and returns a _Dcomplex
value.
Routine | C header | C++ header |
---|---|---|
csin , csinf , csinl | <complex.h> | <ccomplex> |
For more compatibility information, see Compatibility.
Alphabetical function referencecatanh
, catanhf
, catanhl
ctanh
, ctanhf
, ctanhl
catan
, catanf
, catanl
csinh
, csinhf
, csinhl
casinh
, casinhf
, casinhl
ccosh
, ccoshf
, ccoshl
cacosh
, cacoshf
, cacoshl
cacos
, cacosf
, cacosl
ctan
, ctanf
, ctanl
casin
, casinf
, casinl
ccos
, ccosf
, ccosl
csqrt
, csqrtf
, csqrtl