csin, csinfcsinl

Ruft den Kosinus einer komplexen Zahl ab

Syntax

_Dcomplex csin(
   _Dcomplex z
);
_Fcomplex csin(
   _Fcomplex z
);  // C++ only
_Lcomplex csin(
   _Lcomplex z
);  // C++ only
_Fcomplex csinf(
   _Fcomplex z
);
_Lcomplex csinl(
   _Lcomplex z
);

Parameter

z
Eine komplexe Zahl, die einen Winkel als Bogenmaß darstellt

Rückgabewert

Der Sinus von z als Bogenmaß

Hinweise

Da C++ das Überladen zulässt, können Sie Überladungen von csin aufrufen, die _Fcomplex - und _Lcomplex -Werte verwenden und zurückgeben. In einem C-Programm nimmt csin immer einen _Dcomplex -Wert an, und gibt auch einen solchen zurück.

Anforderungen

Routine C-Header C++-Header
csin, csinfcsinl <complex.h> <ccomplex>

Weitere Informationen zur Kompatibilität finden Sie unter Kompatibilität.

Weitere Informationen

Alphabetische Funktionsreferenz
catanh, catanhfcatanhl
ctanh, ctanhfctanhl
catan, catanfcatanl
csinh, csinhfcsinhl
casinh, casinhfcasinhl
ccosh, ccoshfccoshl
cacosh, cacoshfcacoshl
cacos, cacosfcacosl
ctan, ctanfctanl
casin, casinfcasinl
ccos, ccosfccosl
csqrt, csqrtfcsqrtl