casinh
, casinhf
casinhl
Ruft den umgekehrten hyperbolischen Sinus einer komplexen Zahl mit Verzweigungen außerhalb des Intervalls [-i, +i] entlang der imaginären Achse ab.
Syntax
_Dcomplex casinh(
_Dcomplex z
);
_Fcomplex casinh(
_Fcomplex z
); // C++ only
_Lcomplex casinh(
_Lcomplex z
); // C++ only
_Fcomplex casinhf(
_Fcomplex z
);
_Lcomplex casinhl(
_Lcomplex z
);
Parameter
z
Eine komplexe Zahl, die einen Winkel als Bogenmaß darstellt
Rückgabewert
Der umgekehrte hyperbolische Sinus von z
als Bogenmaß. Das Ergebnis ist entlang der realen Achse ungebunden und im Intervall [-iπ/2, +iπ/2] entlang der imaginären Achse.
Hinweise
Da C++ das Überladen zulässt, können Sie Überladungen von casinh
aufrufen, die _Fcomplex
- und _Lcomplex
-Werte verwenden und zurückgeben. In einem C-Programm nimmt casinh
immer einen _Dcomplex
-Wert an, und gibt auch einen solchen zurück.
Anforderungen
Routine | C-Header | C++-Header |
---|---|---|
casinh , casinhf casinhl |
<complex.h> | <ccomplex> |
Weitere Informationen zur Kompatibilität finden Sie unter Kompatibilität.
Weitere Informationen
Alphabetische Funktionsreferenz
catanh
, catanhf
catanhl
ctanh
, ctanhf
ctanhl
catan
, catanf
catanl
csinh
, csinhf
csinhl
ccosh
, ccoshf
ccoshl
cacosh
, cacoshf
cacoshl
cacos
, cacosf
cacosl
ctan
, ctanf
ctanl
csin
, csinf
csinl
casin
, casinf
casinl
ccos
, ccosf
ccosl
csqrt
, csqrtf
csqrtl