Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 2.18 KB

csin-csinf-csinl.md

File metadata and controls

72 lines (58 loc) · 2.18 KB
descriptiontitlems.dateapi_nameapi_locationapi_typetopic_typef1_keywordshelpviewer_keywordsms.assetid
Learn more about: csin, csinf, csinl
csin, csinf, csinl
11/04/2016
csin
csinf
csinl
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
api-ms-win-crt-math-l1-1-0.dll
DLLExport
apiref
csin
csinf
csinl
complex/csin
complex/csinf
complex/csinl
csin function
csinf function
csinl function
3ed475e8-9aae-42ba-a25c-7ae656a0fd4d

csin, csinf, csinl

Retrieves the sine of a complex number.

Syntax

_Dcomplexcsin( _Dcomplexz ); _Fcomplexcsin( _Fcomplexz ); // C++ only_Lcomplexcsin( _Lcomplexz ); // C++ only_Fcomplexcsinf( _Fcomplexz ); _Lcomplexcsinl( _Lcomplexz );

Parameters

z
A complex number that represents an angle, in radians.

Return value

The sine of z, in radians.

Remarks

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.

Requirements

RoutineC headerC++ header
csin, csinf, csinl<complex.h><ccomplex>

For more compatibility information, see Compatibility.

See also

Alphabetical function reference
catanh, 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

close