csinh, csinhfcsinhl

Ruft den Sinus Hyperbolicus einer komplexen Zahl ab

Syntax

_Dcomplex csinh(
   _Dcomplex z
);
_Fcomplex csinh(
   _Fcomplex z
);  // C++ only
_Lcomplex csinh(
   _Lcomplex z
);  // C++ only
_Fcomplex csinhf(
   _Fcomplex z
);
_Lcomplex csinhl(
   _Lcomplex z
);

Parameter

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

Rückgabewert

Der Sinus Hyperbolicus von z als Bogenmaß

Hinweise

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

Anforderungen

Routine C-Header C++-Header
csinh, csinhfcsinhl <complex.h> <ccomplex>

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

Weitere Informationen

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