ccosh, ccoshfccoshl

Ruft den hyperbolischen Kosinus einer komplexen Zahl ab.

Syntax

_Dcomplex ccosh(
   _Dcomplex z
);
_Fcomplex ccosh(
   _Fcomplex z
);  // C++ only
_Lcomplex ccosh(
   _Lcomplex z
);  // C++ only
_Fcomplex ccoshf(
   _Fcomplex z
);
_Lcomplex ccoshl(
   _Lcomplex z
);

Parameter

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

Rückgabewert

Der hyperbolische Kosinus von z als Bogenmaß.

Hinweise

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

Anforderungen

Routine C-Header C++-Header
ccosh, ccoshfccoshl <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
cacosh, cacoshfcacoshl
cacos, cacosfcacosl
ctan, ctanfctanl
csin, csinfcsinl
casin, casinfcasinl
ccos, ccosfccosl
csqrt, csqrtfcsqrtl